[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.3 and 1.4

version 1.3, 2001/05/06 17:52:08 version 1.4, 2001/06/24 05:35:33
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  char    *read_passphrase(const char *prompt, int flags);
  * from_stdin is true, the passphrase will be read from stdin instead.  
  */  
 char   *read_passphrase(const char *prompt, int from_stdin);  

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