mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:50:00 -04:00
Clear OpenSSL error stack when exiting
(cherry picked from commit eaedba6621)
This commit is contained in:
parent
894b0970e6
commit
74f9d749bf
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,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