summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
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__)