X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fos_crypto%2Fblowfish%2Fbf_op.c;h=d7a111841703a60dd2c0c8326f3ed186ca2f4ea7;hp=6cbff2f27ee083283731ed2c72d445d966efede8;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/os_crypto/blowfish/bf_op.c b/src/os_crypto/blowfish/bf_op.c index 6cbff2f..d7a1118 100755 --- a/src/os_crypto/blowfish/bf_op.c +++ b/src/os_crypto/blowfish/bf_op.c @@ -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;