From f69999262acc2e1df35c3daab0d1c55ae1c743e9 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Sun, 10 Dec 2017 23:48:23 +0800 Subject: [PATCH 1/1] 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) --- ssl/statem/statem_srvr.c | 5 ----- 1 file changed, 5 deletions(-) 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, -- 2.34.1