diff options
author | Bodo Möller <bodo@openssl.org> | 2001-09-21 09:01:25 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2001-09-21 09:01:25 +0200 |
commit | b49124f6d9b5996f681018b2b4318f0fd88add77 (patch) | |
tree | 83d57da8f74d893c483d3661c4b57d6d9fc6a287 /ssl/ssl.h | |
parent | Bugfix: correct cleanup after sending a HelloRequest (diff) | |
download | openssl-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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 */ |