From: Daniel Gustafsson Date: Tue, 25 Dec 2018 21:27:29 +0000 (+0100) Subject: openvms: fix OpenSSL discovery on VAX X-Git-Tag: curl-7_64_0~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35221ecb14e1bb6c201ddf05d051fd15d8632fb3;p=thirdparty%2Fcurl.git openvms: fix OpenSSL discovery on VAX The DCL code had a typo in one of the commands which would make the OpenSSL discovery on VAX fail. The correct syntax is F$ENVIRONMENT. Closes #3407 Reviewed-by: Viktor Szakats --- diff --git a/packages/vms/generate_config_vms_h_curl.com b/packages/vms/generate_config_vms_h_curl.com index 6e1b2024f1..ef9efc2ecf 100644 --- a/packages/vms/generate_config_vms_h_curl.com +++ b/packages/vms/generate_config_vms_h_curl.com @@ -406,7 +406,7 @@ $ write cvh "#define USE_OPENSSL 1" $ write cvh "#endif" $ if arch_name .eqs. "VAX" $ then -$ old_mes = f$enviroment("message") +$ old_mes = f$environment("message") $ set message/notext/nofaci/noseve/noident $ search/output=nla0: ssl$include:*.h CONF_MFLAGS_IGNORE_MISSING_FILE $ status = $severity