提交 6b0dc6ef 编写于 作者: M Martin Olsson 提交者: Rich Salz

RT2842: Remove spurious close-comment marker.

Also, I (rsalz) changed "#ifdef undef" to "#if 0"
Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
上级 76e8671c
......@@ -417,12 +417,11 @@ static int get_server_hello(SSL *s)
}
else
{
#ifdef undef
#if 0
/* very bad */
memset(s->session->session_id,0,
SSL_MAX_SSL_SESSION_ID_LENGTH_IN_BYTES);
s->session->session_id_length=0;
*/
#endif
/* we need to do this in case we were trying to reuse a
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册