mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 19:30:00 -04:00
silence warning
This commit is contained in:
parent
f341b06137
commit
f4f2afcd1f
1 changed files with 2 additions and 0 deletions
|
|
@ -290,7 +290,9 @@ static isc_result_t
|
|||
toresult(isc_result_t fallback) {
|
||||
isc_result_t result = fallback;
|
||||
unsigned long err = ERR_get_error();
|
||||
#ifdef ERR_R_ECDSA_LIB
|
||||
int lib = ERR_GET_LIB(err);
|
||||
#endif
|
||||
int reason = ERR_GET_REASON(err);
|
||||
|
||||
switch (reason) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue