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)
This commit is contained in:
parent
0bf340e135
commit
f69999262a
1 changed files with 0 additions and 5 deletions
|
@ -2615,11 +2615,6 @@ int tls_construct_server_key_exchange(SSL *s, WPACKET *pkt)
|
||||||
ERR_R_INTERNAL_ERROR);
|
ERR_R_INTERNAL_ERROR);
|
||||||
goto err;
|
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 */
|
/* Get length of the parameters we have written above */
|
||||||
if (!WPACKET_get_length(pkt, ¶mlen)) {
|
if (!WPACKET_get_length(pkt, ¶mlen)) {
|
||||||
SSLfatal(s, SSL_AD_INTERNAL_ERROR,
|
SSLfatal(s, SSL_AD_INTERNAL_ERROR,
|
||||||
|
|
Loading…
Reference in a new issue