Update from head.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 7 Nov 2005 00:23:37 +0000 (00:23 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 7 Nov 2005 00:23:37 +0000 (00:23 +0000)
util/pl/VC-32.pl

index 3dfbc921763e87ba213dc2ec23971d217616be4d..96dbaa92cfa8a5aaf92eee1adccbd5a06fca697e 100644 (file)
@@ -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';