aboutsummaryrefslogtreecommitdiff
path: root/openssl/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/types.hxx')
-rw-r--r--openssl/types.hxx18
1 files changed, 9 insertions, 9 deletions
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 <stdexcept> // logic_error, invalid_argument, runtime_error
#include <system_error>
-#include <libbutl/path.mxx>
-#include <libbutl/path-io.mxx>
-#include <libbutl/optional.mxx>
-#include <libbutl/fdstream.mxx>
-#include <libbutl/small-vector.mxx>
+#include <libbutl/path.hxx>
+#include <libbutl/path-io.hxx>
+#include <libbutl/optional.hxx>
+#include <libbutl/fdstream.hxx>
+#include <libbutl/small-vector.hxx>
namespace openssl
{
@@ -45,7 +45,7 @@ namespace openssl
using std::weak_ptr;
using std::vector;
- using butl::small_vector; // <libbutl/small-vector.mxx>
+ using butl::small_vector; // <libbutl/small-vector.hxx>
using strings = vector<string>;
using cstrings = vector<const char*>;
@@ -62,12 +62,12 @@ namespace openssl
using std::system_error;
using io_error = std::ios_base::failure;
- // <libbutl/optional.mxx>
+ // <libbutl/optional.hxx>
//
using butl::optional;
using butl::nullopt;
- // <libbutl/path.mxx>
+ // <libbutl/path.hxx>
//
using butl::path;
using butl::dir_path;
@@ -76,7 +76,7 @@ namespace openssl
using butl::path_cast;
- // <libbutl/fdstream.mxx>
+ // <libbutl/fdstream.hxx>
//
using butl::auto_fd;
using butl::ifdstream;