From: Dr. Stephen Henson Date: Sat, 31 May 2008 23:21:40 +0000 (+0000) Subject: Update VC-32.pl and load CryptoAPI engine in the right place. X-Git-Tag: OpenSSL_0_9_8k^2~369 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=a4792168ec2c9225c177d4686854f25174e6def2;ds=sidebyside Update VC-32.pl and load CryptoAPI engine in the right place. --- diff --git a/crypto/engine/eng_all.c b/crypto/engine/eng_all.c index 80edead3ba..a6f5499340 100644 --- a/crypto/engine/eng_all.c +++ b/crypto/engine/eng_all.c @@ -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 } diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index 23f8d190de..7db1d51a8f 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -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.