Clear some sslapitest global variables after use
authorMatt Caswell <matt@openssl.org>
Mon, 26 Feb 2018 19:34:42 +0000 (19:34 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 26 Feb 2018 23:13:56 +0000 (23:13 +0000)
commit34ff74eb183519ccedf11c97e754450469707951
treea44c12eaa7f56f7ae46a30620723d723af36ed39
parent5839185cdd9b339ff741da437d964a25e72a3fb6
Clear some sslapitest global variables after use

Otherwise we get a use after free if the test order is randomised.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5467)
test/sslapitest.c