Imported Upstream version 2.7
[ossec-hids.git] / src / os_crypto / blowfish / bf_op.c
index fe81831..d7a1118 100755 (executable)
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 3) as published by the FSF - Free Software
+ * License (version 2) as published by the FSF - Free Software
  * Foundation
  */
 
@@ -27,7 +27,7 @@
 
 typedef unsigned char uchar;
 
-int OS_BF_Str(char *input, char *output, char *charkey, 
+int OS_BF_Str(char *input, char *output, char *charkey,
                 long size, short int action)
 {
     BF_KEY key;