aboutsummaryrefslogtreecommitdiff
path: root/mod/build-config.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-06-06 19:01:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-06-07 14:10:24 +0300
commit7e60138c3231203a7f61130982560b7db6ec892c (patch)
tree0e6989ea9982619b1fd9bb13451fe6f8027f7d84 /mod/build-config.cxx
parent52dcc79ed954c0375852d2194438dcdbbf98c2dd (diff)
Add support for openssl-envvar module option
Diffstat (limited to 'mod/build-config.cxx')
-rw-r--r--mod/build-config.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/build-config.cxx b/mod/build-config.cxx
index 9e30b64..6b59e54 100644
--- a/mod/build-config.cxx
+++ b/mod/build-config.cxx
@@ -71,7 +71,8 @@ namespace brep
p = d / de.path ();
openssl os (p, path ("-"), 2,
- o.openssl (), "pkey",
+ process_env (o.openssl (), o.openssl_envvar ()),
+ "pkey",
o.openssl_option (), "-pubin", "-outform", "DER");
vector<char> k (os.in.read_binary ());