mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Clear OpenSSL error stack when exiting
This commit is contained in:
parent
4f790b6c58
commit
eaedba6621
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ EVP_PKEY *pkey;
|
|||
"%d\n", \
|
||||
msg, isc_result_totext(result), __FILE__, \
|
||||
__LINE__); \
|
||||
ERR_clear_error(); \
|
||||
exit(1); \
|
||||
} \
|
||||
} while (0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue