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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user