diff options
author | Richard Levitte <levitte@openssl.org> | 2016-08-17 10:39:11 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-08-17 10:48:43 +0200 |
commit | 2238119751bb95efc1dfafabf0e70e86f71fc6f6 (patch) | |
tree | fb800ff568191c17935b0fe36e3c8c1871a14ec9 /config.com | |
parent | Convert SSL_SESSION* functions to use const getters (diff) | |
download | openssl-2238119751bb95efc1dfafabf0e70e86f71fc6f6.tar.xz openssl-2238119751bb95efc1dfafabf0e70e86f71fc6f6.zip |
VMS: no ENDIF on one line IF statements, in config.com
Correct small error from last config.com change
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'config.com')
-rw-r--r-- | config.com | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.com b/config.com index 7a1b351b46..5b549955d0 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 |