Windows build system: get uplink right.
[oweals/openssl.git] / crypto / engine / eng_cnf.c
index ca45af564fe5ab4e7ffc2096f440f2dd69ca37ea..400b2291d8553362c6d1ea14603b2b2214237a79 100644 (file)
@@ -1,4 +1,3 @@
-/* eng_cnf.c */
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
@@ -228,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);