]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/p_dec.c
Initial functions for main EVP_PKEY_METHOD operations.
[thirdparty/openssl.git] / crypto / evp / p_dec.c
index f64901f653495b1961b75da6d539fb76b292288f..901e8d7bb47d0504184ef37b7e9a4c419ee17a43 100644 (file)
@@ -66,7 +66,7 @@
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 
-int EVP_PKEY_decrypt(unsigned char *key, const unsigned char *ek, int ekl,
+int EVP_PKEY_decrypt_old(unsigned char *key, const unsigned char *ek, int ekl,
             EVP_PKEY *priv)
        {
        int ret= -1;