X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=contrib%2Fbuildsystems%2Fengine.pl;fp=contrib%2Fbuildsystems%2Fengine.pl;h=070978506ad533b82f72aed9bd4f4062ee88cc71;hp=fba8a3f056a0e16591496f77a8b505ec01d01964;hb=232378479ee6c66206d47a9be175e3a39682aea6;hpb=d0654dc308b0ba76dd8ed7bbb33c8d8f7aacd783 diff --git a/contrib/buildsystems/engine.pl b/contrib/buildsystems/engine.pl index fba8a3f056..070978506a 100755 --- a/contrib/buildsystems/engine.pl +++ b/contrib/buildsystems/engine.pl @@ -343,9 +343,9 @@ sub handleLinkLine } elsif ("$part" eq "-lz") { push(@libs, "zlib.lib"); } elsif ("$part" eq "-lcrypto") { - push(@libs, "libeay32.lib"); + push(@libs, "libcrypto.lib"); } elsif ("$part" eq "-lssl") { - push(@libs, "ssleay32.lib"); + push(@libs, "libssl.lib"); } elsif ("$part" eq "-lcurl") { push(@libs, "libcurl.lib"); } elsif ("$part" eq "-lexpat") {