From: Dr. Stephen Henson Date: Sun, 3 Jan 1999 02:15:34 +0000 (+0000) Subject: Remove one EVP_PKEY_free() that shouldn't be there. X-Git-Tag: OpenSSL_0_9_2b~285 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=098fc2c0d8c603983dd43ee6154959133276f2d0;p=oweals%2Fopenssl.git Remove one EVP_PKEY_free() that shouldn't be there. --- diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c index f5face18df..6a47281170 100644 --- a/crypto/x509/x509_vfy.c +++ b/crypto/x509/x509_vfy.c @@ -405,7 +405,6 @@ X509_STORE_CTX *ctx; } ok=1; end: - EVP_PKEY_free(pkey); return(ok); }