From: Dr. Stephen Henson Date: Sun, 17 Apr 2005 13:59:36 +0000 (+0000) Subject: Fix from stable branch. X-Git-Tag: BEN_FIPS_TEST_8~42^2~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04d7d51ea245458699e622b30975bc3dfe6702c4;p=openssl Fix from stable branch. --- diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index 17d7448faf..285b04b2e3 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -118,7 +118,7 @@ sub do_lib_rule else { local($ex)=($target =~ /O_SSL/)?' $(L_CRYPTO)':''; - $ex.=' wsock32.lib gdi32.lib advapi32.lib'; + $ex.=' wsock32.lib gdi32.lib advapi32.lib user32.lib'; $ret.="\t\$(LINK) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n"; } $ret.="\n";