VMS INDENTIFICATION should only have the version number

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-01-12 00:51:26 +01:00
parent baf245ec5f
commit 6bd3e10b64

View File

@ -1234,7 +1234,7 @@ EOF
{
my $libref = $name eq "ssl" ? "LIBCRYPTO.EXE /SHARE" : "";
print OUT <<"EOF";
IDENTIFICATION="LIB$libname V$version"
IDENTIFICATION="V$version"
CASE_SENSITIVE=YES
LIB$libname.OLB /LIBRARY
$libref