aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/p_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/p_enc.c')
-rw-r--r--crypto/evp/p_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/p_enc.c b/crypto/evp/p_enc.c
index c2dfdc52ad..0ed80085be 100644
--- a/crypto/evp/p_enc.c
+++ b/crypto/evp/p_enc.c
@@ -66,7 +66,7 @@
#include <openssl/objects.h>
#include <openssl/x509.h>
-int EVP_PKEY_encrypt(unsigned char *ek, const unsigned char *key, int key_len,
+int EVP_PKEY_encrypt_old(unsigned char *ek, const unsigned char *key, int key_len,
EVP_PKEY *pubk)
{
int ret=0;