Manually reformat aes_core.c
[openssl.git] / crypto / o_fips.c
index 6a823957502e771b769d2cc5cd2560fa8d56d189..f6d1b21855ce54e2905ff4004ee698f6f3ae1436 100644 (file)
@@ -64,6 +64,7 @@
 
 int FIPS_mode(void)
        {
+       OPENSSL_init();
 #ifdef OPENSSL_FIPS
        return FIPS_module_mode();
 #else