Include <des.h>.

(UI_UTIL_read_pw_string): make the prompt argument const.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15024 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-30 14:10:18 +00:00
parent 76eb075fc5
commit 182ae6f388

View File

@@ -43,6 +43,7 @@ RCSID("$Id$");
#include <termios.h>
#include <roken.h>
#include <des.h>
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;