mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
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
@ -1773,9 +1773,6 @@ MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt)
|
||||
*/
|
||||
x = sk_X509_value(sk, 0);
|
||||
sk = NULL;
|
||||
/*
|
||||
* VRS 19990621: possible memory leak; sk=null ==> !sk_pop_free() @end
|
||||
*/
|
||||
|
||||
pkey = X509_get0_pubkey(x);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user