Always use session_ctx when removing a session
authorTodd Short <tshort@akamai.com>
Thu, 26 May 2016 17:49:36 +0000 (13:49 -0400)
committerMatt Caswell <matt@openssl.org>
Wed, 8 Jun 2016 14:22:41 +0000 (15:22 +0100)
Sessions are stored on the session_ctx, which doesn't change after
SSL_set_SSL_CTX().

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>

No differences found