mirror of
https://github.com/openssl/openssl.git
synced 2024-12-14 20:43:46 +08:00
One of Win64 rules lacked bufferoverflowu.lib.
This commit is contained in:
parent
bd2abcae37
commit
b1e0ccbaa8
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user