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/agent/pkcs11/agent.cxx | 2 +- openssl/agent/pkcs11/pkcs11.cxx | 2 +- openssl/agent/pkcs11/url.hxx | 2 +- openssl/client/client.cxx | 2 +- openssl/diagnostics.hxx | 2 +- openssl/types.hxx | 18 +++++++++--------- openssl/utility.hxx | 12 ++++++------ 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/openssl/agent/pkcs11/agent.cxx b/openssl/agent/pkcs11/agent.cxx index 8655bdf..8d61208 100644 --- a/openssl/agent/pkcs11/agent.cxx +++ b/openssl/agent/pkcs11/agent.cxx @@ -15,7 +15,7 @@ #include // cout -#include +#include #include #include diff --git a/openssl/agent/pkcs11/pkcs11.cxx b/openssl/agent/pkcs11/pkcs11.cxx index 78e8372..ac7e43a 100644 --- a/openssl/agent/pkcs11/pkcs11.cxx +++ b/openssl/agent/pkcs11/pkcs11.cxx @@ -5,7 +5,7 @@ #include -#include // function_cast() +#include // function_cast() namespace openssl { diff --git a/openssl/agent/pkcs11/url.hxx b/openssl/agent/pkcs11/url.hxx index 174cef6..04176c0 100644 --- a/openssl/agent/pkcs11/url.hxx +++ b/openssl/agent/pkcs11/url.hxx @@ -4,7 +4,7 @@ #ifndef OPENSSL_AGENT_PKCS11_URL_HXX #define OPENSSL_AGENT_PKCS11_URL_HXX -#include +#include #include #include diff --git a/openssl/client/client.cxx b/openssl/client/client.cxx index 4c655aa..2e76f31 100644 --- a/openssl/client/client.cxx +++ b/openssl/client/client.cxx @@ -3,7 +3,7 @@ #include // cin, cout -#include +#include #include #include diff --git a/openssl/diagnostics.hxx b/openssl/diagnostics.hxx index 248e771..b918c94 100644 --- a/openssl/diagnostics.hxx +++ b/openssl/diagnostics.hxx @@ -4,7 +4,7 @@ #ifndef OPENSSL_DIAGNOSTICS_HXX #define OPENSSL_DIAGNOSTICS_HXX -#include +#include #include // Note: not . 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; diff --git a/openssl/utility.hxx b/openssl/utility.hxx index adbbd67..e78d658 100644 --- a/openssl/utility.hxx +++ b/openssl/utility.hxx @@ -8,9 +8,9 @@ #include // move(), forward(), declval(), make_pair() #include // assert() -#include // icasecmp(), reverse_iterate(), etc -#include -#include +#include // icasecmp(), reverse_iterate(), etc +#include +#include #include #include @@ -24,7 +24,7 @@ namespace openssl using std::make_pair; using std::to_string; - // + // // using butl::ucase; using butl::lcase; @@ -50,14 +50,14 @@ namespace openssl using butl::throw_generic_ios_failure; using butl::throw_system_ios_failure; - // + // // using butl::file_exists; using butl::auto_rmfile; using butl::auto_rmdir; - // + // // using butl::stdin_fdmode; using butl::stdout_fdmode; -- cgit v1.1