summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-05-31 23:21:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-05-31 23:21:40 +0000
commita4792168ec2c9225c177d4686854f25174e6def2 (patch)
tree4ca121121a721b0ff66a2b339dd8984f0e65db02 /crypto/engine
parent90b96776cdf064bc4ac5831e81fc5192b10d303e (diff)
Update VC-32.pl and load CryptoAPI engine in the right place.
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/eng_all.c2
1 files changed, 1 insertions, 1 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__)