NO_SESSION_CAHCE fixes
This commit is contained in:
parent
27ad8abf52
commit
626b1a019b
@ -2604,7 +2604,9 @@ int SendFinished(SSL* ssl)
|
||||
return BUILD_MSG_ERROR;
|
||||
|
||||
if (!ssl->options.resuming) {
|
||||
#ifndef NO_SESSION_CACHE
|
||||
AddSession(ssl); /* just try */
|
||||
#endif
|
||||
if (ssl->options.side == CLIENT_END)
|
||||
BuildFinished(ssl, &ssl->verifyHashes, server);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user