More configurable crypto and ssl library initialization
[openssl.git] / crypto / conf / conf_mod.c
index 4ce3951ddc3583617eeac409e918a89a96b5159f..3ad09a79a17a73c07575d83c29b3fa39d8262be8 100644 (file)
@@ -142,6 +142,9 @@ int CONF_modules_load_file(const char *filename, const char *appname,
         OPENSSL_free(file);
     NCONF_free(conf);
 
+    if (flags & CONF_MFLAGS_IGNORE_RETURN_CODES)
+        return 1;
+
     return ret;
 }