From: Dr. Stephen Henson Date: Fri, 1 Jan 2016 00:47:06 +0000 (+0000) Subject: remove invalid free X-Git-Tag: OpenSSL_1_1_0-pre2~137 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=f2c147685a88790527aa1706ef5d35a04ca5e226 remove invalid free Reviewed-by: Tim Hudson --- diff --git a/ssl/statem/statem_clnt.c b/ssl/statem/statem_clnt.c index c0eeeed102..d168b19cb8 100644 --- a/ssl/statem/statem_clnt.c +++ b/ssl/statem/statem_clnt.c @@ -2378,8 +2378,6 @@ psk_err: if (s->version > SSL3_VERSION) p += 2; pctx = EVP_PKEY_CTX_new(pkey, NULL); - EVP_PKEY_free(pkey); - pkey = NULL; if (pctx == NULL || EVP_PKEY_encrypt_init(pctx) <= 0 || EVP_PKEY_encrypt(pctx, NULL, &enclen, pms, pmslen) <= 0) { SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,