More size_tification.
[openssl.git] / crypto / bf / bf_skey.c
index 3673cdee6e26172c78a3de35da48eb62b4e26dee..d091a1ac8daf5c92e3c531ca91a3ec1a59c5df98 100644 (file)
@@ -62,7 +62,7 @@
 #include "bf_locl.h"
 #include "bf_pi.h"
 
-void BF_set_key(BF_KEY *key, int len, const unsigned char *data)
+void BF_set_key(BF_KEY *key, size_t len, const unsigned char *data)
        {
        int i;
        BF_LONG *p,ri,in[2];