delete unused context
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
7795475f53
commit
74a62e9629
@ -2125,7 +2125,6 @@ MSG_PROCESS_RETURN tls_process_client_key_exchange(SSL *s, PACKET *pkt)
|
|||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_EC
|
#ifndef OPENSSL_NO_EC
|
||||||
EVP_PKEY *ckey = NULL;
|
EVP_PKEY *ckey = NULL;
|
||||||
EVP_PKEY_CTX *pctx = NULL;
|
|
||||||
#endif
|
#endif
|
||||||
PACKET enc_premaster;
|
PACKET enc_premaster;
|
||||||
unsigned char *data, *rsa_decrypt = NULL;
|
unsigned char *data, *rsa_decrypt = NULL;
|
||||||
@ -2656,7 +2655,6 @@ MSG_PROCESS_RETURN tls_process_client_key_exchange(SSL *s, PACKET *pkt)
|
|||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_EC
|
#ifndef OPENSSL_NO_EC
|
||||||
EVP_PKEY_free(ckey);
|
EVP_PKEY_free(ckey);
|
||||||
EVP_PKEY_CTX_free(pctx);
|
|
||||||
OPENSSL_free(rsa_decrypt);
|
OPENSSL_free(rsa_decrypt);
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_PSK
|
#ifndef OPENSSL_NO_PSK
|
||||||
|
Loading…
x
Reference in New Issue
Block a user