Update VC-32.pl and load CryptoAPI engine in the right place.
This commit is contained in:
parent
90b96776cd
commit
a4792168ec
2 changed files with 2 additions and 2 deletions
|
@ -108,9 +108,9 @@ void ENGINE_load_builtin_engines(void)
|
|||
#ifndef OPENSSL_NO_GMP
|
||||
ENGINE_load_gmp();
|
||||
#endif
|
||||
#endif
|
||||
#if defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_NO_CAPIENG)
|
||||
ENGINE_load_capi();
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
@ -154,7 +154,7 @@ if ($FLAVOR =~ /CE/)
|
|||
}
|
||||
else
|
||||
{
|
||||
$ex_libs.=' gdi32.lib advapi32.lib user32.lib';
|
||||
$ex_libs.=' gdi32.lib advapi32.lib crypt32.lib user32.lib';
|
||||
$ex_libs.=' bufferoverflowu.lib' if ($FLAVOR =~ /WIN64/);
|
||||
# WIN32 UNICODE build gets linked with unicows.lib for
|
||||
# backward compatibility with Win9x.
|
||||
|
|
Loading…
Reference in a new issue