RT2842: Remove spurious close-comment marker.
Also, I (rsalz) changed "#ifdef undef" to "#if 0" Reviewed-by: Dr. Stephen Henson <steve@openssl.org> (cherry picked from commit 6b0dc6eff1a59274730802db923d55802378d011)
This commit is contained in:
parent
1915744a64
commit
9c096d0bbf
@ -417,12 +417,11 @@ static int get_server_hello(SSL *s)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
#ifdef undef
|
#if 0
|
||||||
/* very bad */
|
/* very bad */
|
||||||
memset(s->session->session_id,0,
|
memset(s->session->session_id,0,
|
||||||
SSL_MAX_SSL_SESSION_ID_LENGTH_IN_BYTES);
|
SSL_MAX_SSL_SESSION_ID_LENGTH_IN_BYTES);
|
||||||
s->session->session_id_length=0;
|
s->session->session_id_length=0;
|
||||||
*/
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* we need to do this in case we were trying to reuse a
|
/* we need to do this in case we were trying to reuse a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user