summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/readpass.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/readpass.h')
-rw-r--r--crypto/openssh/readpass.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/crypto/openssh/readpass.h b/crypto/openssh/readpass.h
index d8da448..229973c 100644
--- a/crypto/openssh/readpass.h
+++ b/crypto/openssh/readpass.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: readpass.h,v 1.2 2001/01/29 01:58:17 niklas Exp $ */
+/* $OpenBSD: readpass.h,v 1.6 2001/06/26 17:27:24 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -12,9 +12,7 @@
* called by a name other than "ssh" or "Secure Shell".
*/
-/*
- * Reads a passphrase from /dev/tty with echo turned off. Returns the
- * passphrase (allocated with xmalloc). Exits if EOF is encountered. If
- * from_stdin is true, the passphrase will be read from stdin instead.
- */
-char *read_passphrase(char *prompt, int from_stdin);
+#define RP_ECHO 0x0001
+#define RP_ALLOW_STDIN 0x0002
+
+char *read_passphrase(const char *, int);
OpenPOWER on IntegriCloud