md_rand: FAQ URL to use https and follow a redirect
[openssl.git] / crypto / o_init.c
index 2088388128e60f76c4c7b5b762bc4e24d56b68a4..128f70bd84da2983dac42337dfd6fe30116e5a7d 100644 (file)
@@ -1,4 +1,3 @@
-/* o_init.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
@@ -77,7 +76,4 @@ void OPENSSL_init(void)
     FIPS_set_malloc_callbacks(CRYPTO_malloc, CRYPTO_free);
     RAND_init_fips();
 #endif
-#if 0
-    fprintf(stderr, "Called OPENSSL_init\n");
-#endif
 }