Allow ENGINE client cert callback to specify a set of other certs, for
[openssl.git] / crypto / engine / eng_all.c
index 80edead3baa024420799009a6a8ce97b1b7d8bea..a6f5499340a93f12d0ac5c2fe83444d61e72545f 100644 (file)
@@ -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
        }