projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baf245e
)
VMS INDENTIFICATION should only have the version number
author
Richard Levitte
<levitte@openssl.org>
Mon, 11 Jan 2016 23:51:26 +0000
(
00:51
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 12 Jan 2016 03:44:24 +0000
(
04:44
+0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index 7d0d3a6f08b07ae175a698a8ffe58e65f446f6f1..6d5b00dfc0f53af47a36369b5c99c7cfccbb1c45 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