[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.17 and 1.18

version 1.17, 2001/05/06 17:52:07 version 1.18, 2001/06/23 15:12:19
Line 42 
Line 42 
 #include "atomicio.h"  #include "atomicio.h"
 #include "ssh.h"  #include "ssh.h"
   
 char *  static char *
 ssh_askpass(char *askpass, const char *msg)  ssh_askpass(char *askpass, const char *msg)
 {  {
         pid_t pid;          pid_t pid;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18