projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
282557d
)
Update from head.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 7 Nov 2005 00:23:37 +0000
(
00:23
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 7 Nov 2005 00:23:37 +0000
(
00:23
+0000)
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index 3dfbc921763e87ba213dc2ec23971d217616be4d..96dbaa92cfa8a5aaf92eee1adccbd5a06fca697e 100644
(file)
--- 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';