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

Diff for /src/usr.bin/ssh/ssh.h between version 1.52 and 1.53

version 1.52, 2000/10/11 04:02:17 version 1.53, 2000/10/11 20:14:39
Line 381 
Line 381 
  * 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(const char *prompt, int from_stdin);  char   *read_passphrase(char *prompt, int from_stdin);
   
   
 /*------------ Definitions for logging. -----------------------*/  /*------------ Definitions for logging. -----------------------*/

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53