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 13:19:39 +0000 (13:19 +0000)
commit88d57bf83fe32b2c8ceb1264562fdd028de504bf
tree90fab9f8dd79c5560789851047dbe414ae5aa19c
parentd0f2f202c5aa6365d3c13e18a0b9e26837c290a0
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/7647)
test/recipes/90-test_shlibload.t
test/shlibloadtest.c