VMS INDENTIFICATION should only have the version number
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
baf245ec5f
commit
6bd3e10b64
@ -1234,7 +1234,7 @@ EOF
|
|||||||
{
|
{
|
||||||
my $libref = $name eq "ssl" ? "LIBCRYPTO.EXE /SHARE" : "";
|
my $libref = $name eq "ssl" ? "LIBCRYPTO.EXE /SHARE" : "";
|
||||||
print OUT <<"EOF";
|
print OUT <<"EOF";
|
||||||
IDENTIFICATION="LIB$libname V$version"
|
IDENTIFICATION="V$version"
|
||||||
CASE_SENSITIVE=YES
|
CASE_SENSITIVE=YES
|
||||||
LIB$libname.OLB /LIBRARY
|
LIB$libname.OLB /LIBRARY
|
||||||
$libref
|
$libref
|
||||||
|
Loading…
x
Reference in New Issue
Block a user