summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-06-05 23:42:04 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-06-05 23:42:04 +0000
commitec0bfca7e771e08a09c0be307ec56427e0f8461b (patch)
tree5f286d2c785f8d534429452d6b52b40a85df7fbc /util
parent1cd504e7bea3c7197e89864f7689b52da497d9a3 (diff)
Remove uidlg library from VC-32.pl, it is now bound at runtime.
Diffstat (limited to 'util')
-rw-r--r--util/pl/VC-32.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
index cd9dbd45a9..a20e73566b 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -155,7 +155,6 @@ if ($FLAVOR =~ /CE/)
else
{
$ex_libs.=' gdi32.lib advapi32.lib crypt32.lib user32.lib';
- $ex_libs.=' cryptui.lib' if $cflags =~ /-DOPENSSL_CAPIENG_DIALOG/;
$ex_libs.=' bufferoverflowu.lib' if ($FLAVOR =~ /WIN64/);
# WIN32 UNICODE build gets linked with unicows.lib for
# backward compatibility with Win9x.
@@ -295,10 +294,6 @@ sub do_lib_rule
if ($target =~ /capi/)
{
$ex.=' crypt32.lib advapi32.lib';
- if ($cflags =~ /-DOPENSSL_CAPIENG_DIALOG/)
- {
- $ex.=' cryptui.lib';
- }
}
}
elsif ($FLAVOR =~ /CE/)