remove invalid free
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
8382fd3a93
commit
f2c147685a
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue