Constification.

This commit is contained in:
Dr. Stephen Henson
2002-01-22 02:06:33 +00:00
parent df5eaa8a52
commit f78d4a35f8
4 changed files with 8 additions and 8 deletions

View File

@@ -503,7 +503,7 @@ ENGINE *ENGINE_get_digest_engine(int nid);
* structure will have had its reference count up'd so the caller
* should still free their own reference 'e'. */
int ENGINE_set_default_RSA(ENGINE *e);
int ENGINE_set_default_string(ENGINE *e, char *list);
int ENGINE_set_default_string(ENGINE *e, const char *list);
/* Same for the other "methods" */
int ENGINE_set_default_DSA(ENGINE *e);
int ENGINE_set_default_DH(ENGINE *e);