Commit 6717d1cf authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove an incorrect comment



Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4456)

(cherry picked from commit 786b4df4)
parent 6f508307
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);