aboutsummaryrefslogtreecommitdiff
path: root/openssl/diagnostics.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/diagnostics.hxx')
-rw-r--r--openssl/diagnostics.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/openssl/diagnostics.hxx b/openssl/diagnostics.hxx
index 248e771..e22986b 100644
--- a/openssl/diagnostics.hxx
+++ b/openssl/diagnostics.hxx
@@ -4,7 +4,7 @@
#ifndef OPENSSL_DIAGNOSTICS_HXX
#define OPENSSL_DIAGNOSTICS_HXX
-#include <libbutl/diagnostics.mxx>
+#include <libbutl/diagnostics.hxx>
#include <openssl/types.hxx> // Note: not <openssl/utility.hxx>.
@@ -84,9 +84,9 @@ namespace openssl
: basic_mark_base (type,
nullptr,
data,
- [](const diag_record& r)
+ [](const diag_record& r, butl::diag_writer* w)
{
- r.flush ();
+ r.flush (w);
throw failed ();
}) {}
};