diff options
Diffstat (limited to 'lib/dns/dst_openssl.h')
-rw-r--r-- | lib/dns/dst_openssl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dns/dst_openssl.h b/lib/dns/dst_openssl.h index 7237a5e..a30fd6a 100644 --- a/lib/dns/dst_openssl.h +++ b/lib/dns/dst_openssl.h @@ -39,6 +39,9 @@ ISC_LANG_BEGINDECLS isc_result_t dst__openssl_toresult(isc_result_t fallback); +isc_result_t +dst__openssl_toresult2(const char *funcname, isc_result_t fallback); + #ifdef USE_ENGINE ENGINE * dst__openssl_getengine(const char *engine); |