diff options
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) { |