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/utility.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl/utility.hxx') 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. -- cgit v1.1