[BACK]Return to readpass.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/readpass.h between version 1.2.6.3 and 1.3

version 1.2.6.3, 2002/06/02 22:56:10 version 1.3, 2001/05/06 17:52:08
Line 12 
Line 12 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 #define RP_ECHO                 0x0001  /*
 #define RP_ALLOW_STDIN          0x0002   * Reads a passphrase from /dev/tty with echo turned off.  Returns the
 #define RP_ALLOW_EOF            0x0004   * 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(const char *, int);   */
   char   *read_passphrase(const char *prompt, int from_stdin);

Legend:
Removed from v.1.2.6.3  
changed lines
  Added in v.1.3