From: Dr. Stephen Henson Date: Mon, 7 Nov 2005 00:23:37 +0000 (+0000) Subject: Update from head. X-Git-Tag: OpenSSL_0_9_8b~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=914b80d27641e9f0a301029e0f7f9d1cdd9c9b46;p=openssl Update from head. --- diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index 3dfbc92176..96dbaa92cf 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -257,7 +257,9 @@ sub do_lib_rule { local($ex)=($target =~ /O_CRYPTO/)?'':' $(L_CRYPTO)'; if ($name eq "") - {} + { + $ex.=' bufferoverflowu.lib' if ($FLAVOR =~ /WIN64/); + } elsif ($FLAVOR =~ /CE/) { $ex.=' winsock.lib $(WCECOMPAT)/lib/wcecompatex.lib';