[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.12 and 1.12.2.1

version 1.12, 2000/10/11 20:14:39 version 1.12.2.1, 2001/02/16 20:13:11
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.12  
changed lines
  Added in v.1.12.2.1