From 7a6c8f06befe6f412a525490f25928cc7ca2cd93 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Feb 2020 22:31:32 +0300 Subject: Adapt to renaming butl::fdnull() to fdopen_null() --- openssl/agent/pkcs11/agent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl/agent/pkcs11/agent.cxx') 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) { -- cgit v1.1