summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorPaul Yang <yang.yang@baishancloud.com>2017-12-10 23:48:23 +0800
committerRich Salz <rsalz@openssl.org>2017-12-26 09:07:10 -0500
commitf69999262acc2e1df35c3daab0d1c55ae1c743e9 (patch)
tree12722f60dbbef4a7e6ae90ef9c926e6ff0e16843 /ssl
parent0bf340e1350e2a3a4671ad422b37fa7aef4975c2 (diff)
Remove outdated comments
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)
Diffstat (limited to 'ssl')
-rw-r--r--ssl/statem/statem_srvr.c5
1 files changed, 0 insertions, 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, &paramlen)) {
SSLfatal(s, SSL_AD_INTERNAL_ERROR,