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

Diff for /src/usr.bin/ssh/sshconnect.h between version 1.20 and 1.21

version 1.20, 2006/06/06 10:20:20 version 1.21, 2006/07/06 16:03:53
Line 26 
Line 26 
 #ifndef SSHCONNECT_H  #ifndef SSHCONNECT_H
 #define SSHCONNECT_H  #define SSHCONNECT_H
   
   #include <sys/types.h>
   
   #include <pwd.h>
   
 typedef struct Sensitive Sensitive;  typedef struct Sensitive Sensitive;
 struct Sensitive {  struct Sensitive {
         Key     **keys;          Key     **keys;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21