diff options
Diffstat (limited to 'openssl/utility.hxx')
-rw-r--r-- | openssl/utility.hxx | 2 |
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. |