From 7c4f5e6464a7d9a9c48b4d6773fbb348624cc32e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 6 Jun 2017 14:05:38 +0300 Subject: Support passing environment variables to child process --- libbutl/openssl.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libbutl/openssl.hxx') diff --git a/libbutl/openssl.hxx b/libbutl/openssl.hxx index 2f54f93..422e033 100644 --- a/libbutl/openssl.hxx +++ b/libbutl/openssl.hxx @@ -88,12 +88,11 @@ namespace butl template openssl (I&& in, O&& out, E&& err, - const P& program, + const process_env&, const std::string& command, A&&... options); @@ -103,13 +102,12 @@ namespace butl typename I, typename O, typename E, - typename P, typename... A> openssl (const C&, I&& in, O&& out, E&& err, - const P& program, + const process_env&, const std::string& command, A&&... options); -- cgit v1.1