Constification.
[openssl.git] / crypto / conf / conf.h
index 882d75c74edab4dbf43a91793292caaa13b47071..a0bbeb4d584b24ba4cb3bc9757f28108049d6bca 100644 (file)
@@ -190,8 +190,8 @@ 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);
+int CONF_parse_list(const char *list, int sep, int nospc,
+       int (*list_cb)(const char *elem, int len, void *usr), void *arg);
 
 /* BEGIN ERROR CODES */
 /* The following lines are auto generated by the script mkerr.pl. Any changes