From 434f7347cbf49e54bac51b4f5c99ba82ebbbe415 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 21:53:32 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- openssl/types.hxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'openssl/types.hxx') diff --git a/openssl/types.hxx b/openssl/types.hxx index 1d584bf..c3a80d2 100644 --- a/openssl/types.hxx +++ b/openssl/types.hxx @@ -17,11 +17,11 @@ #include // logic_error, invalid_argument, runtime_error #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include namespace openssl { @@ -45,7 +45,7 @@ namespace openssl using std::weak_ptr; using std::vector; - using butl::small_vector; // + using butl::small_vector; // using strings = vector; using cstrings = vector; @@ -62,12 +62,12 @@ namespace openssl using std::system_error; using io_error = std::ios_base::failure; - // + // // using butl::optional; using butl::nullopt; - // + // // using butl::path; using butl::dir_path; @@ -76,7 +76,7 @@ namespace openssl using butl::path_cast; - // + // // using butl::auto_fd; using butl::ifdstream; -- cgit v1.1