aboutsummaryrefslogtreecommitdiff
path: root/openssl/util/pl/BC-32.pl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/util/pl/BC-32.pl')
-rw-r--r--openssl/util/pl/BC-32.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/util/pl/BC-32.pl b/openssl/util/pl/BC-32.pl
index 99b8c058d..1f1e13fb4 100644
--- a/openssl/util/pl/BC-32.pl
+++ b/openssl/util/pl/BC-32.pl
@@ -117,7 +117,7 @@ ___
else
{
local($ex)=($target =~ /O_SSL/)?' $(L_CRYPTO)':'';
- $ex.=' wsock32.lib gdi32.lib';
+ $ex.=' ws2_32.lib gdi32.lib';
$ret.="\t\$(LINK) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
}
$ret.="\n";