diff --git a/lib/des/ui.c b/lib/des/ui.c index 09a82dca6..c15b153ae 100644 --- a/lib/des/ui.c +++ b/lib/des/ui.c @@ -43,6 +43,7 @@ RCSID("$Id$"); #include #include +#include static sig_atomic_t intr_flag; @@ -126,7 +127,7 @@ read_string(const char *preprompt, const char *prompt, } int -UI_UTIL_read_pw_string(char *buf, int length, char *prompt, int verify) +UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, int verify) { int ret;