Test atexit handlers
authorMatt Caswell <matt@openssl.org>
Thu, 15 Nov 2018 17:41:06 +0000 (17:41 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 4 Jan 2019 20:23:16 +0000 (20:23 +0000)
commitf5f3dfd5efcc1e4073719f788ed4c40f8dc8cf3b
tree302d9c2b5f2865069108851d1c6c369959691ab2
parent8ec0a2fef756df65af5494cfb189766015ccb2af
Test atexit handlers

Test that atexit handlers get called properly at process exit, unless we
have explicitly asked for them not to be.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7983)
test/recipes/90-test_shlibload.t
test/shlibloadtest.c