Clear OpenSSL error stack when exiting

This commit is contained in:
Mark Andrews 2023-08-31 11:03:38 +10:00
parent 4f790b6c58
commit eaedba6621

View file

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