default_algorithms option in ENGINE config.
[openssl.git] / crypto / conf / conf.h
index 26452d4c81e55a51f8667a75d4975e95f4eb3836..882d75c74edab4dbf43a91793292caaa13b47071 100644 (file)
@@ -190,6 +190,9 @@ void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data);
 
 char *CONF_get1_default_config_file(void);
 
+int CONF_parse_list(char *list, int sep, int nospc,
+               int (*list_cb)(char *elem, int len, void *usr), void *arg);
+
 /* 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.