X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fbf%2Fbf_skey.c;h=3673cdee6e26172c78a3de35da48eb62b4e26dee;hb=3c075bf07f2d57c0272260409bf38fb6f438b016;hp=d091a1ac8daf5c92e3c531ca91a3ec1a59c5df98;hpb=5e4430e70df0020f5f1517249851696cb9ac4ad2;p=oweals%2Fopenssl.git diff --git a/crypto/bf/bf_skey.c b/crypto/bf/bf_skey.c index d091a1ac8d..3673cdee6e 100644 --- a/crypto/bf/bf_skey.c +++ b/crypto/bf/bf_skey.c @@ -62,7 +62,7 @@ #include "bf_locl.h" #include "bf_pi.h" -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) { int i; BF_LONG *p,ri,in[2];