[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.4.2 and 1.3

version 1.2.4.2, 2001/03/21 18:52:58 version 1.3, 2001/05/06 17:52:08
Line 17 
Line 17 
  * passphrase (allocated with xmalloc).  Exits if EOF is encountered. If   * passphrase (allocated with xmalloc).  Exits if EOF is encountered. If
  * from_stdin is true, the passphrase will be read from stdin instead.   * from_stdin is true, the passphrase will be read from stdin instead.
  */   */
 char   *read_passphrase(char *prompt, int from_stdin);  char   *read_passphrase(const char *prompt, int from_stdin);

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