提交 a4792168 编写于 作者: D Dr. Stephen Henson

Update VC-32.pl and load CryptoAPI engine in the right place.

上级 90b96776
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册