aboutsummaryrefslogtreecommitdiff
path: root/openssl/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/utility.hxx')
-rw-r--r--openssl/utility.hxx12
1 files changed, 6 insertions, 6 deletions
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 <utility> // move(), forward(), declval(), make_pair()
#include <cassert> // assert()
-#include <libbutl/utility.mxx> // icasecmp(), reverse_iterate(), etc
-#include <libbutl/fdstream.mxx>
-#include <libbutl/filesystem.mxx>
+#include <libbutl/utility.hxx> // icasecmp(), reverse_iterate(), etc
+#include <libbutl/fdstream.hxx>
+#include <libbutl/filesystem.hxx>
#include <openssl/types.hxx>
#include <openssl/version.hxx>
@@ -24,7 +24,7 @@ namespace openssl
using std::make_pair;
using std::to_string;
- // <libbutl/utility.mxx>
+ // <libbutl/utility.hxx>
//
using butl::ucase;
using butl::lcase;
@@ -50,14 +50,14 @@ namespace openssl
using butl::throw_generic_ios_failure;
using butl::throw_system_ios_failure;
- // <libbutl/filesystem.mxx>
+ // <libbutl/filesystem.hxx>
//
using butl::file_exists;
using butl::auto_rmfile;
using butl::auto_rmdir;
- // <libbutl/fdstream.mxx>
+ // <libbutl/fdstream.hxx>
//
using butl::stdin_fdmode;
using butl::stdout_fdmode;