Update OpenSSL-1.1.1-pre8-dev
This commit is contained in:
+3
-3
@@ -769,11 +769,11 @@ static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck)
|
||||
if (lck)
|
||||
CRYPTO_THREAD_unlock(ctx->lock);
|
||||
|
||||
if (ret)
|
||||
SSL_SESSION_free(r);
|
||||
|
||||
if (ctx->remove_session_cb != NULL)
|
||||
ctx->remove_session_cb(ctx, c);
|
||||
|
||||
if (ret)
|
||||
SSL_SESSION_free(r);
|
||||
} else
|
||||
ret = 0;
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user