Remove an incorrect comment
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4456)
This commit is contained in:
parent
dc6a62d5d5
commit
786b4df402
1 changed files with 0 additions and 3 deletions
|
@ -1773,9 +1773,6 @@ MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt)
|
||||||
*/
|
*/
|
||||||
x = sk_X509_value(sk, 0);
|
x = sk_X509_value(sk, 0);
|
||||||
sk = NULL;
|
sk = NULL;
|
||||||
/*
|
|
||||||
* VRS 19990621: possible memory leak; sk=null ==> !sk_pop_free() @end
|
|
||||||
*/
|
|
||||||
|
|
||||||
pkey = X509_get0_pubkey(x);
|
pkey = X509_get0_pubkey(x);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue