Skip to content

Commit

Permalink
Update from head.
Browse files Browse the repository at this point in the history
  • Loading branch information
snhenson committed Jun 6, 2008
1 parent 52c3f23 commit 4681147
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions util/pl/VC-32.pl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
else
{
$ex_libs.=' gdi32.lib crypt32.lib advapi32.lib user32.lib';
$ex_libs.=' cryptui.lib' if $OPTIONS =~ /-DOPENSSL_CAPIENG_DIALOG/;
$ex_libs.=' bufferoverflowu.lib' if ($FLAVOR =~ /WIN64/);
}

Expand Down Expand Up @@ -277,10 +276,6 @@ sub do_lib_rule
if ($target =~ /capi/)
{
$ex.=' crypt32.lib advapi32.lib';
if ($cflags =~ /-DOPENSSL_CAPIENG_DIALOG/)
{
$ex.=' cryptui.lib';
}
}
}
elsif ($FLAVOR =~ /CE/)
Expand All @@ -292,7 +287,6 @@ sub do_lib_rule
$ex.=' unicows.lib' if ($FLAVOR =~ /NT/);
$ex.=' wsock32.lib gdi32.lib advapi32.lib user32.lib';
$ex.=' crypt32.lib';
$ex.=' cryptui.lib' if $cflags =~ /-DOPENSSL_CAPIENG_DIALOG/;
$ex.=' bufferoverflowu.lib' if ($FLAVOR =~ /WIN64/);
}
$ex.=" $zlib_lib" if $zlib_opt == 1 && $target =~ /O_CRYPTO/;
Expand Down

0 comments on commit 4681147

Please sign in to comment.