X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fos_crypto%2Fblowfish%2Fbf_op.h;h=4a4b2b1b3c359d279ed8919d5e90535a681ade1b;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=13b95182bcedde5e09e657332823c7c0afed5880;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/os_crypto/blowfish/bf_op.h b/src/os_crypto/blowfish/bf_op.h index 13b9518..4a4b2b1 100755 --- a/src/os_crypto/blowfish/bf_op.h +++ b/src/os_crypto/blowfish/bf_op.h @@ -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