diff options
-rw-r--r-- | openssl/diagnostics.hxx | 4 |
1 files 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 (); }) {} }; |