Imported Upstream version 2.7
[ossec-hids.git] / src / os_crypto / blowfish / bf_op.h
index 13b9518..4a4b2b1 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
  */
 
@@ -21,7 +21,7 @@
 #define OS_DECRYPT      0
 
 
-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);
 
 #endif