Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'gp/maint-cvsserver'
[gitweb.git]
/
compat
/
vcbuild
/
scripts
/
clink.pl
diff --git
a/compat/vcbuild/scripts/clink.pl
b/compat/vcbuild/scripts/clink.pl
index 8a2112f22f46b3066d75bd5472dfe05bf88836c8..4374771df202ed3c9d96439ec4695ccd55998167 100644
(file)
--- a/
compat/vcbuild/scripts/clink.pl
+++ b/
compat/vcbuild/scripts/clink.pl
@@
-31,6
+31,7
@@
push(@args, "iconv.lib");
} elsif ("$arg" eq "-lcrypto") {
push(@args, "libeay32.lib");
+ } elsif ("$arg" eq "-lssl") {
push(@args, "ssleay32.lib");
} elsif ("$arg" =~ /^-L/ && "$arg" ne "-LTCG") {
$arg =~ s/^-L/-LIBPATH:/;