]> andersk Git - openssh.git/blobdiff - readpass.c
- (stevesk) logintest.c: fix for systems without __progname
[openssh.git] / readpass.c
index f3a7dcbed274da056fcb0810973218949a7bc969..3d73af7476a0347abca8a98eeb68a61a5cc8de9d 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: readpass.c,v 1.12 2000/10/11 20:14:39 markus Exp $");
+RCSID("$OpenBSD: readpass.c,v 1.14 2001/02/08 19:30:52 itojun Exp $");
 
 #include "xmalloc.h"
-#include "ssh.h"
 #include "cli.h"
+#include "readpass.h"
 
 /*
  * Reads a passphrase from /dev/tty with echo turned off.  Returns the
@@ -49,7 +49,7 @@ RCSID("$OpenBSD: readpass.c,v 1.12 2000/10/11 20:14:39 markus Exp $");
  * compatibility with existing code.
  */
 char *
-read_passphrase(char *prompt, int from_stdin)
+read_passphrase(const char *prompt, int from_stdin)
 {
        return cli_read_passphrase(prompt, from_stdin, 0);
 }
This page took 0.411558 seconds and 4 git commands to generate.