VMS INDENTIFICATION should only have the version number
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user