From: Mark Andrews Date: Thu, 31 Aug 2023 01:03:38 +0000 (+1000) Subject: Clear OpenSSL error stack when exiting X-Git-Tag: v9.19.17~17^2~9 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=eaedba6621d76506a9a6f470e4c52fe930aebc7a;p=thirdparty%2Fbind9.git Clear OpenSSL error stack when exiting --- diff --git a/bin/tests/system/rsabigexponent/bigkey.c b/bin/tests/system/rsabigexponent/bigkey.c index 8b42b0b564f..c1234df18fb 100644 --- a/bin/tests/system/rsabigexponent/bigkey.c +++ b/bin/tests/system/rsabigexponent/bigkey.c @@ -66,6 +66,7 @@ EVP_PKEY *pkey; "%d\n", \ msg, isc_result_totext(result), __FILE__, \ __LINE__); \ + ERR_clear_error(); \ exit(1); \ } \ } while (0)