]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/p_open.c
Revert the size_t modifications from HEAD that had led to more
[thirdparty/openssl.git] / crypto / evp / p_open.c
index da0afda98377677740969afd1acdaee73ac493c8..53a59a295c272edab1a65f039a2175b73617dba7 100644 (file)
@@ -67,8 +67,8 @@
 #include <openssl/rsa.h>
 
 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
-                const unsigned char *ek, size_t ekl, const unsigned char *iv,
-                EVP_PKEY *priv)
+       const unsigned char *ek, int ekl, const unsigned char *iv,
+       EVP_PKEY *priv)
        {
        unsigned char *key=NULL;
        int i,size=0,ret=0;