projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76e8671
)
RT2842: Remove spurious close-comment marker.
author
Martin Olsson
<martin@minimum.se>
Thu, 4 Sep 2014 16:42:34 +0000
(12:42 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Mon, 8 Sep 2014 14:50:08 +0000
(10:50 -0400)
Also, I (rsalz) changed "#ifdef undef" to "#if 0"
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
ssl/s2_clnt.c
patch
|
blob
|
history
diff --git
a/ssl/s2_clnt.c
b/ssl/s2_clnt.c
index 3621cf9facc95309181807cafb40c30cce51ffa0..fbbd529c0bf61f967082474351bc225febdfbcd2 100644
(file)
--- a/
ssl/s2_clnt.c
+++ b/
ssl/s2_clnt.c
@@
-417,12
+417,11
@@
static int get_server_hello(SSL *s)
}
else
{
-#if
def 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