From 37fc4328e7ca2a0caa4beef4ae37ae0e39c84605 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Nov 2022 11:05:29 +0200 Subject: Adjust to diagnostics epilogue interface change --- openssl/diagnostics.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openssl/diagnostics.hxx b/openssl/diagnostics.hxx index b918c94..e22986b 100644 --- a/openssl/diagnostics.hxx +++ b/openssl/diagnostics.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 (); }) {} }; -- cgit v1.1