From: Paul Yang Date: Sun, 10 Dec 2017 15:48:23 +0000 (+0800) Subject: Remove outdated comments X-Git-Tag: OpenSSL_1_1_1-pre1~256 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=f69999262acc2e1df35c3daab0d1c55ae1c743e9;hp=0bf340e1350e2a3a4671ad422b37fa7aef4975c2;ds=sidebyside Remove outdated comments Variables n, d, p are no longer there. [skip ci] Reviewed-by: Richard Levitte Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4894) --- diff --git a/ssl/statem/statem_srvr.c b/ssl/statem/statem_srvr.c index f24f05f44b..c6a9a66781 100644 --- a/ssl/statem/statem_srvr.c +++ b/ssl/statem/statem_srvr.c @@ -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, ¶mlen)) { SSLfatal(s, SSL_AD_INTERNAL_ERROR,