[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Wed Aug 17 08:48:52 UTC 2016
The branch master has been updated
via 2238119751bb95efc1dfafabf0e70e86f71fc6f6 (commit)
from 48593cb12afc9a8b9de8b3e25ee1097c4f6fe90d (commit)
- Log -----------------------------------------------------------------
commit 2238119751bb95efc1dfafabf0e70e86f71fc6f6
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Aug 17 10:39:11 2016 +0200
VMS: no ENDIF on one line IF statements, in config.com
Correct small error from last config.com change
Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
config.com | 1 -
1 file changed, 1 deletion(-)
diff --git a/config.com b/config.com
index 7a1b351..5b54995 100644
--- a/config.com
+++ b/config.com
@@ -90,5 +90,4 @@ $ IF verbose THEN -
WRITE SYS$OUTPUT "PERL ''here'Configure ""''target'""''collected_args'"
$ IF .not. dryrun THEN -
PERL 'here'Configure "''target'" 'debug' 'collected_args'
-$ ENDIF
$ EXIT $STATUS
More information about the openssl-commits
mailing list