One of Win64 rules lacked bufferoverflowu.lib.
[openssl.git] / util / pl / VC-32.pl
index d159f0f63e65fc0f09535663d5113eca69ed6546..acd2e7b6766d140585fab5a614fbd8ae9ad3e407 100644 (file)
@@ -260,7 +260,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';