[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.32 and 1.33

version 1.32, 2018/02/10 09:25:35 version 1.33, 2018/07/16 11:05:41
Line 28 
Line 28 
 struct Sensitive {  struct Sensitive {
         struct sshkey   **keys;          struct sshkey   **keys;
         int             nkeys;          int             nkeys;
         int             external_keysign;  
 };  };
   
 struct addrinfo;  struct addrinfo;

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33