summaryrefslogtreecommitdiffstats
path: root/lib/dns/dst_openssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dns/dst_openssl.h')
-rw-r--r--lib/dns/dst_openssl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/dns/dst_openssl.h b/lib/dns/dst_openssl.h
index a30fd6a..e4d636e 100644
--- a/lib/dns/dst_openssl.h
+++ b/lib/dns/dst_openssl.h
@@ -21,6 +21,7 @@
#define DST_OPENSSL_H 1
#include <isc/lang.h>
+#include <isc/log.h>
#include <isc/result.h>
#include <openssl/err.h>
@@ -42,6 +43,10 @@ dst__openssl_toresult(isc_result_t fallback);
isc_result_t
dst__openssl_toresult2(const char *funcname, isc_result_t fallback);
+isc_result_t
+dst__openssl_toresult3(isc_logcategory_t *category,
+ const char *funcname, isc_result_t fallback);
+
#ifdef USE_ENGINE
ENGINE *
dst__openssl_getengine(const char *engine);
OpenPOWER on IntegriCloud