projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
VMS INDENTIFICATION should only have the version number
[openssl.git]
/
util
/
mkdef.pl
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index
7d0d3a6
..
6d5b00d
100755
(executable)
--- 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