Imported Upstream version 2.7
[ossec-hids.git] / src / os_crypto / blowfish / bf_op.h
index 58e98ab..4a4b2b1 100755 (executable)
@@ -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