X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbf%2Fblowfish.h;h=b97e76f9a3a93c8f10339a40751786b9998a73f5;hp=02db3244b29c4ea17786813e7b7566ef5a61b3f2;hb=6343829a391df59e46e513c84b6264ee71ad9518;hpb=2401debe83e8df930907a39065ebf9a54354f123 diff --git a/crypto/bf/blowfish.h b/crypto/bf/blowfish.h index 02db3244b2..b97e76f9a3 100644 --- a/crypto/bf/blowfish.h +++ b/crypto/bf/blowfish.h @@ -60,7 +60,6 @@ #define HEADER_BLOWFISH_H #include -#include #ifdef __cplusplus extern "C" { @@ -106,7 +105,7 @@ typedef struct bf_key_st } BF_KEY; -void BF_set_key(BF_KEY *key, size_t len, const unsigned char *data); +void BF_set_key(BF_KEY *key, int len, const unsigned char *data); void BF_encrypt(BF_LONG *data,const BF_KEY *key); void BF_decrypt(BF_LONG *data,const BF_KEY *key);