SSL_CTX_remove_session() checks for a NULL session, avoid doing it twice.
authorjsing <jsing@openbsd.org>
Wed, 4 Aug 2021 12:41:25 +0000 (12:41 +0000)
committerjsing <jsing@openbsd.org>
Wed, 4 Aug 2021 12:41:25 +0000 (12:41 +0000)
commitb50283df68204a98545d07c3de4dc70128b31196
tree2587b3ff18865585e709d37324efe9f9aa9a423e
parent43dd1d0082dcea86c02beb07e717b95a13020012
SSL_CTX_remove_session() checks for a NULL session, avoid doing it twice.

Noted by tb@ during review of a larger change.
lib/libssl/ssl_pkt.c