summaryrefslogtreecommitdiffstats
path: root/crypto/evp/p_dec.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-07 16:42:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-07 16:42:09 +0000
commitf733a5ef0ede95494996ebef63e2a04bdc963230 (patch)
treec8d16636f1eef19cca71f7cc1dee19eacf7d2efd /crypto/evp/p_dec.c
parent5da98aa687ebb54358c35bf9450afcaa90a4de8a (diff)
Initial functions for main EVP_PKEY_METHOD operations.
No method implementations yet.
Diffstat (limited to 'crypto/evp/p_dec.c')
-rw-r--r--crypto/evp/p_dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/p_dec.c b/crypto/evp/p_dec.c
index f64901f653..901e8d7bb4 100644
--- a/crypto/evp/p_dec.c
+++ b/crypto/evp/p_dec.c
@@ -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;