[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Wed Jul 6 00:25:21 UTC 2016
The branch master has been updated
via e45c78fc98aca728f73d7d1b4b85611efdd6b1d6 (commit)
from 5aa8096fd002590f8a6a2dd05a7853c482b4677c (commit)
- Log -----------------------------------------------------------------
commit e45c78fc98aca728f73d7d1b4b85611efdd6b1d6
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Jul 6 02:08:53 2016 +0200
VMS: make sure there's a file extension when creating files
When creating the library $lib.olb, make sure the extension is there.
Otherwise, a logical name with the same name as the file in question
will redirect the creation elsewhere.
Reviewed-by: Tim Hudson <tjh at openssl.org>
-----------------------------------------------------------------------
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 225f385..5d98ee7 100644
--- a/Configurations/descrip.mms.tmpl
+++ b/Configurations/descrip.mms.tmpl
@@ -681,7 +681,7 @@ EOF
@{$args{objs}}));
return <<"EOF";
$lib.OLB : $objs
- LIBRARY/CREATE/OBJECT $lib
+ LIBRARY/CREATE/OBJECT $lib.OLB
$fill_lib
- PURGE $lib.OLB
EOF
More information about the openssl-commits
mailing list