Remove outdated comments
authorPaul Yang <yang.yang@baishancloud.com>
Sun, 10 Dec 2017 15:48:23 +0000 (23:48 +0800)
committerRich Salz <rsalz@openssl.org>
Tue, 26 Dec 2017 14:07:10 +0000 (09:07 -0500)
Variables n, d, p are no longer there.

[skip ci]

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4894)

ssl/statem/statem_srvr.c

index f24f05f44b1f9d424df8ef5fccf18c5d59a2ba99..c6a9a66781c25cb1d31e3a6091699f0f62758c24 100644 (file)
@@ -2615,11 +2615,6 @@ int tls_construct_server_key_exchange(SSL *s, WPACKET *pkt)
                      ERR_R_INTERNAL_ERROR);
             goto err;
         }
-        /*
-         * n is the length of the params, they start at &(d[4]) and p
-         * points to the space at the end.
-         */
-
         /* Get length of the parameters we have written above */
         if (!WPACKET_get_length(pkt, &paramlen)) {
             SSLfatal(s, SSL_AD_INTERNAL_ERROR,