aboutsummaryrefslogtreecommitdiff
path: root/openssl/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-12 22:31:32 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-12 22:31:32 +0300
commit7a6c8f06befe6f412a525490f25928cc7ca2cd93 (patch)
tree83340a4fe04a374e55aa2ca4ea68f7f549576964 /openssl/utility.hxx
parentfe72aa9de64384b0f1465d4862f09caa3bc12f20 (diff)
Adapt to renaming butl::fdnull() to fdopen_null()
Diffstat (limited to 'openssl/utility.hxx')
-rw-r--r--openssl/utility.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/utility.hxx b/openssl/utility.hxx
index 74e20dc..adbbd67 100644
--- a/openssl/utility.hxx
+++ b/openssl/utility.hxx
@@ -61,7 +61,7 @@ namespace openssl
//
using butl::stdin_fdmode;
using butl::stdout_fdmode;
- using butl::fdnull;
+ using butl::fdopen_null;
using butl::fddup;
// Securely clear a memory buffer.