X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=util%2Fpl%2FMingw32.pl;h=fe3fb27a7860f7cda22697286ddbcba347471041;hp=b76b7afd27d8e4ba4b69140069f80ed1b205ae17;hb=4c1a6e004a940a66c1d113ea3656a124e3dca1ea;hpb=6e6ada18c626baf0215accb3a377f3b1c0e862c1 diff --git a/util/pl/Mingw32.pl b/util/pl/Mingw32.pl index b76b7afd27..fe3fb27a78 100644 --- a/util/pl/Mingw32.pl +++ b/util/pl/Mingw32.pl @@ -55,7 +55,7 @@ $link='${CC}'; $lflags='${CFLAGS}'; $efile='-o '; $exep=''; -$ex_libs="-lwsock32 -lgdi32"; +$ex_libs="-lws2_32 -lgdi32"; # static library stuff $mklib='ar r';