[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Tue Jul 5 23:28:27 UTC 2016
The branch master has been updated
via 5aa8096fd002590f8a6a2dd05a7853c482b4677c (commit)
from 85cdc842c8c4eb944bd385b622e4f8dfcbd5011f (commit)
- Log -----------------------------------------------------------------
commit 5aa8096fd002590f8a6a2dd05a7853c482b4677c
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Jul 6 01:23:41 2016 +0200
VMS: arch in config.com was mistakenly made process global
Reviewed-by: Tim Hudson <tjh at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
config.com | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.com b/config.com
index 015de51..ed4df15 100644
--- a/config.com
+++ b/config.com
@@ -14,7 +14,7 @@ $ ! -d sets debugging
$ ! -h prints a usage and exits
$ ! -t test mode, doesn't run Configure
$
-$ arch == f$edit( f$getsyi( "arch_name"), "lowercase")
+$ arch = f$edit( f$getsyi( "arch_name"), "lowercase")
$ pointer_size = ""
$ test = 0
$ here = F$PARSE("A.;",F$ENVIRONMENT("PROCEDURE"),,,"SYNTAX_ONLY") - "A.;"
More information about the openssl-commits
mailing list