summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-09-21 09:01:25 +0200
committerBodo Möller <bodo@openssl.org>2001-09-21 09:01:25 +0200
commitb49124f6d9b5996f681018b2b4318f0fd88add77 (patch)
tree83d57da8f74d893c483d3661c4b57d6d9fc6a287 /ssl/ssl.h
parentBugfix: correct cleanup after sending a HelloRequest (diff)
downloadopenssl-b49124f6d9b5996f681018b2b4318f0fd88add77.tar.xz
openssl-b49124f6d9b5996f681018b2b4318f0fd88add77.zip
Disable session related stuff in SSL_ST_OK case of ssl3_accept if we
just sent a HelloRequest.
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 8a8013463b..bae5f70f57 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -643,8 +643,7 @@ struct ssl_st
int server; /* are we the server side? - mostly used by SSL_clear*/
- int new_session;/* 1 if we are to use a new session,
- * (sometimes 2 after a new session has in fact been assigned).
+ int new_session;/* 1 if we are to use a new session.
* NB: For servers, the 'new' session may actually be a previously
* cached session or even the previous session unless
* SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION is set */