]> andersk Git - openssh.git/blobdiff - readpass.h
- djm@cvs.openbsd.org 2001/12/21 10:06:43
[openssh.git] / readpass.h
index fa64b4b343be86bd2025c55741b474108d89962f..229973c68adde12b03af8d298e805bbcc3b71078 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: readpass.h,v 1.6 2001/06/26 17:27:24 markus Exp $     */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -10,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);
This page took 0.344322 seconds and 4 git commands to generate.