Config code updates.
[openssl.git] / crypto / conf / conf.h
index 4e14cd000f1683f076b8f4bd55d1f07ec19345ad..3c03fb19c0250993040fad7ab18c2a64530f2a6a 100644 (file)
@@ -194,6 +194,8 @@ char *CONF_get1_default_config_file(void);
 int CONF_parse_list(const char *list, int sep, int nospc,
        int (*list_cb)(const char *elem, int len, void *usr), void *arg);
 
+void OPENSSL_load_builtin_modules(void);
+
 /* BEGIN ERROR CODES */
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.