sslapitest: don't leak the SSL_CTX pair
authorBen Kaduk <kaduk@mit.edu>
Mon, 16 Mar 2020 18:02:14 +0000 (11:02 -0700)
committerMatt Caswell <matt@openssl.org>
Tue, 17 Mar 2020 09:54:38 +0000 (09:54 +0000)
commitb3e6d666e351d45e93d29fe3813245b92a0f5815
tree9af715bcb7a1fb1a84b4a974ab6e819315eb817a
parent0acaa795b3f5e7f2d00c9adbcbf1a766ea179d64
sslapitest: don't leak the SSL_CTX pair

We have no need for a new set of SSL_CTXs in test_ccs_change_cipher(), so
just keep using the original ones.  Also, fix a typo in a comment.

[extended tests]

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11336)
test/sslapitest.c