[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Thu Feb 1 18:17:31 UTC 2018
The branch master has been updated
via 34544072e9bccd4dad958ebeb3caadbb5c5106d0 (commit)
from e43e6b1951de931ca500c6964496e76651332f5e (commit)
- Log -----------------------------------------------------------------
commit 34544072e9bccd4dad958ebeb3caadbb5c5106d0
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Feb 1 10:35:59 2018 +0100
VMS: MMS wants a space before the target / dependecies separator
So as not to be mixed up with a device specification...
Reviewed-by: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5234)
-----------------------------------------------------------------------
Summary of changes:
Configurations/descrip.mms.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl
index 7d8b348..bfeee77 100644
--- a/Configurations/descrip.mms.tmpl
+++ b/Configurations/descrip.mms.tmpl
@@ -553,7 +553,7 @@ configdata.pm : $(SRCDIR)Configure $(SRCDIR)config.com {- join(" ", @{$config{bu
@ WRITE SYS$OUTPUT "*************************************************"
@ PIPE ( EXIT %X10000000 )
-reconfigure reconf:
+reconfigure reconf :
perl configdata.pm -r -v
{-
More information about the openssl-commits
mailing list