Index: openssl/util/pl/BC-32.pl |
=================================================================== |
--- openssl/util/pl/BC-32.pl (revision 105093) |
+++ openssl/util/pl/BC-32.pl (working copy) |
@@ -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"; |