X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fos_crypto%2Fblowfish%2Fbf_op.h;fp=src%2Fos_crypto%2Fblowfish%2Fbf_op.h;h=4a4b2b1b3c359d279ed8919d5e90535a681ade1b;hp=58e98ab0383ae22ee189c2aacfb7fd45b36ccd6e;hb=ff0e686ac67bbd82b60c277eb324910dbc60f65f;hpb=33a81e69474ae91ecec4e991debe59e26bb330fd diff --git a/src/os_crypto/blowfish/bf_op.h b/src/os_crypto/blowfish/bf_op.h index 58e98ab..4a4b2b1 100755 --- a/src/os_crypto/blowfish/bf_op.h +++ b/src/os_crypto/blowfish/bf_op.h @@ -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