Skip to content

Commit

Permalink
Remove outdated comments
Browse files Browse the repository at this point in the history
Variables n, d, p are no longer there.

[skip ci]

Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Rich Salz <[email protected]>
(Merged from openssl#4894)
  • Loading branch information
InfoHunter authored and Rich Salz committed Dec 26, 2017
1 parent 0bf340e commit f699992
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ssl/statem/statem_srvr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f699992

Please sign in to comment.