Sync with 1.8.5.4
[gitweb.git] / compat / vcbuild / scripts / clink.pl
old mode 100644 (file)
new mode 100755 (executable)
index 8a2112f..4374771
@@ -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:/;