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

Diff for /src/usr.bin/ssh/readpass.c between version 1.10.2.2 and 1.10.2.3

version 1.10.2.2, 2000/11/08 21:31:08 version 1.10.2.3, 2001/03/12 15:44:13
Line 35 
Line 35 
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "ssh.h"  
 #include "cli.h"  #include "cli.h"
   #include "readpass.h"
   
 /*  /*
  * Reads a passphrase from /dev/tty with echo turned off.  Returns the   * Reads a passphrase from /dev/tty with echo turned off.  Returns the

Legend:
Removed from v.1.10.2.2  
changed lines
  Added in v.1.10.2.3