[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 and 1.2.6.2

version 1.2, 2001/01/29 01:58:17 version 1.2.6.2, 2002/03/09 00:20:44
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
  * Reads a passphrase from /dev/tty with echo turned off.  Returns the  #define RP_ALLOW_STDIN          0x0002
  * 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(char *prompt, int from_stdin);  

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.6.2