From 76eb075fc516290ac648798ca1c3715804114e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 30 Apr 2005 14:09:50 +0000 Subject: [PATCH] (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 --- lib/des/des.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/des/des.h b/lib/des/des.h index 0f603c26f..8f7ca5afe 100644 --- a/lib/des/des.h +++ b/lib/des/des.h @@ -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 *);