summaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-12 00:51:26 +0100
committerRichard Levitte <levitte@openssl.org>2016-01-12 04:44:24 +0100
commit6bd3e10b64c6815b233d75f15aa05cbd7c238c01 (patch)
tree2634e8258d82d8eb4c1aa7fe92472f84f6b92679 /util/mkdef.pl
parentbaf245ec5fe969f115e0e556bf0da6bf7e960847 (diff)
VMS INDENTIFICATION should only have the version number
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 7d0d3a6f08..6d5b00dfc0 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -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