Add support for passing the libctx to the config loader
[openssl.git] / crypto / conf / conf_sap.c
index 2c5ee2a13146443b7f61434423ff61746c1ed670..f6288962221decccb75beebd326338dfa7afe3d5 100644 (file)
@@ -59,12 +59,6 @@ int openssl_config_int(const OPENSSL_INIT_SETTINGS *settings)
             filename, appname, flags);
 #endif
 
-    OPENSSL_load_builtin_modules();
-#ifndef OPENSSL_NO_ENGINE
-    /* Need to load ENGINEs */
-    ENGINE_load_builtin_engines();
-#endif
-    ERR_clear_error();
 #ifndef OPENSSL_SYS_UEFI
     ret = CONF_modules_load_file(filename, appname, flags);
 #endif