Constify d2i, s2i, c2i and r2i functions and other associated
[openssl.git] / crypto / evp / p_dec.c
index 8af620400e281c323e61643b8a8c13a3b75b30e9..f64901f653495b1961b75da6d539fb76b292288f 100644 (file)
@@ -66,7 +66,7 @@
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 
-int EVP_PKEY_decrypt(unsigned char *key, unsigned char *ek, int ekl,
+int EVP_PKEY_decrypt(unsigned char *key, const unsigned char *ek, int ekl,
             EVP_PKEY *priv)
        {
        int ret= -1;