summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-05-29 17:51:22 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-05-29 17:51:22 +0000
commit143d84590f231e3df130c2602ddf9c19f5ae2be1 (patch)
tree3d5f1e5012a5bcca8264f9255d6148e5d14b0714 /util
parenta29669d78d211b7bdc9690735938c1eb11ef6feb (diff)
Make dynamic engine link work with capi.
Diffstat (limited to 'util')
-rw-r--r--util/pl/VC-32.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
index 627613e5a8..6f986fdb3e 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -259,7 +259,6 @@ sub do_lib_rule
$name =~ tr/a-z/A-Z/;
$name = "/def:ms/${name}.def";
}
-
# $target="\$(LIB_D)$o$target";
$ret.="$target: $objs\n";
if (!$shlib)
@@ -274,6 +273,7 @@ sub do_lib_rule
if ($name eq "")
{
$ex.=' bufferoverflowu.lib' if ($FLAVOR =~ /WIN64/);
+ $ex.=' crypt32.lib advapi32.lib' if ($target =~ /capi/);
}
elsif ($FLAVOR =~ /CE/)
{