mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:09:59 -04:00
Clear OpenSSL errors on engine errors
(cherry picked from commit 2ba62aebce)
This commit is contained in:
parent
aca6f3e82d
commit
34a0bb146c
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ cleanup_rm:
|
|||
ENGINE_free(e);
|
||||
}
|
||||
e = NULL;
|
||||
ERR_clear_error();
|
||||
#else
|
||||
UNUSED(engine);
|
||||
#endif /* if !defined(OPENSSL_NO_ENGINE) && OPENSSL_API_LEVEL < 30000 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue