Windows build system: get uplink right.
[oweals/openssl.git] / crypto / engine / eng_cnf.c
index ec8c4493f912231bde3ec906161d6124021be1e3..400b2291d8553362c6d1ea14603b2b2214237a79 100644 (file)
@@ -227,6 +227,7 @@ static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf)
 static void int_engine_module_finish(CONF_IMODULE *md)
 {
     ENGINE *e;
+
     while ((e = sk_ENGINE_pop(initialized_engines)))
         ENGINE_finish(e);
     sk_ENGINE_free(initialized_engines);