(UI_UTIL_read_pw_string): make the prompt argument const

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15023 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-30 14:09:50 +00:00
parent 71a8c91eae
commit 76eb075fc5

View File

@@ -57,7 +57,7 @@ int DES_new_random_key(DES_cblock *);
void DES_string_to_key(const char *, DES_cblock *);
int DES_read_password(DES_cblock *, char *, int);
int UI_UTIL_read_pw_string(char *, int, char *, int); /* XXX */
int UI_UTIL_read_pw_string(char *, int, const char *, int); /* XXX */
void DES_rand_data(unsigned char *, int);
void DES_set_random_generator_seed(DES_cblock *);