The branch master has been updated
       via  f69999262acc2e1df35c3daab0d1c55ae1c743e9 (commit)
      from  0bf340e1350e2a3a4671ad422b37fa7aef4975c2 (commit)


- Log -----------------------------------------------------------------
commit f69999262acc2e1df35c3daab0d1c55ae1c743e9
Author: Paul Yang <[email protected]>
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 <[email protected]>
    Reviewed-by: Rich Salz <[email protected]>
    (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, &paramlen)) {
             SSLfatal(s, SSL_AD_INTERNAL_ERROR,
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to