Remove an incorrect comment
authorMatt Caswell <matt@openssl.org>
Tue, 3 Oct 2017 13:15:16 +0000 (14:15 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 4 Oct 2017 14:58:08 +0000 (15:58 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4456)

(cherry picked from commit 786b4df402ce57e375012401a02ad7a6696b90c2)

ssl/statem/statem_clnt.c

index c4963f5767586600ca6f94e32ac5f0495bafac66..6606c65d5caa1cdcf9013e660ca6c59a72f158bc 100644 (file)
@@ -1244,9 +1244,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);