diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-12 22:31:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-12 22:31:32 +0300 |
commit | 7a6c8f06befe6f412a525490f25928cc7ca2cd93 (patch) | |
tree | 83340a4fe04a374e55aa2ca4ea68f7f549576964 /openssl/agent | |
parent | fe72aa9de64384b0f1465d4862f09caa3bc12f20 (diff) |
Adapt to renaming butl::fdnull() to fdopen_null()
Diffstat (limited to 'openssl/agent')
-rw-r--r-- | openssl/agent/pkcs11/agent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/agent/pkcs11/agent.cxx b/openssl/agent/pkcs11/agent.cxx index b43b625..8655bdf 100644 --- a/openssl/agent/pkcs11/agent.cxx +++ b/openssl/agent/pkcs11/agent.cxx @@ -407,7 +407,7 @@ namespace openssl dir_path::current_directory (dir_path ("/")); - auto_fd nd (fdnull ()); + auto_fd nd (fdopen_null ()); auto redir = [&nd] (int sd) { |