Only inherit the session ID context in SSL_set_SSL_CTX if the existing
authorEmilia Kasper <emilia@openssl.org>
Tue, 6 Jan 2015 14:41:04 +0000 (15:41 +0100)
committerEmilia Kasper <emilia@openssl.org>
Tue, 6 Jan 2015 22:09:25 +0000 (23:09 +0100)
commitac8e9cbe14b59dacfe4ac52bc5ff06f8003e9b01
treefce1860df38a5c3548d57703027163a69ce41b52
parentcb62ab4b17818fe66d2fed0a7fe71969131c811b
Only inherit the session ID context in SSL_set_SSL_CTX if the existing
context was also inherited (matches that of the existing SSL_CTX).

Reviewed-by: Tim Hudson <tjh@openssl.org>
ssl/ssl_lib.c