Clear OpenSSL error stack when exiting

(cherry picked from commit eaedba6621)
This commit is contained in:
Mark Andrews 2023-08-31 11:03:38 +10:00
parent 894b0970e6
commit 74f9d749bf

View file

@ -67,6 +67,7 @@ EVP_PKEY *pkey;
"%d\n", \
msg, isc_result_totext(result), __FILE__, \
__LINE__); \
ERR_clear_error(); \
exit(1); \
} \
} while (0)