[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Tue Dec 26 14:22:36 UTC 2017
The branch master has been updated
via f69999262acc2e1df35c3daab0d1c55ae1c743e9 (commit)
from 0bf340e1350e2a3a4671ad422b37fa7aef4975c2 (commit)
- Log -----------------------------------------------------------------
commit f69999262acc2e1df35c3daab0d1c55ae1c743e9
Author: Paul Yang <yang.yang at baishancloud.com>
Date: Sun Dec 10 23:48:23 2017 +0800
Remove outdated comments
Variables n, d, p are no longer there.
[skip ci]
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4894)
-----------------------------------------------------------------------
Summary of changes:
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 f24f05f..c6a9a66 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,
More information about the openssl-commits
mailing list