aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/engine/eng_all.c2
-rw-r--r--util/pl/VC-32.pl2
2 files changed, 2 insertions, 2 deletions
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,10 +108,10 @@ 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
}
#if defined(__OpenBSD__) || defined(__FreeBSD__)
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.