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

Diff for /src/usr.bin/ssh/packet.h between version 1.79 and 1.80

version 1.79, 2017/05/03 21:08:09 version 1.80, 2017/05/30 14:18:15
Line 63 
Line 63 
         TAILQ_HEAD(, key_entry) private_keys;          TAILQ_HEAD(, key_entry) private_keys;
         TAILQ_HEAD(, key_entry) public_keys;          TAILQ_HEAD(, key_entry) public_keys;
   
           /* Client/Server authentication context */
           void *authctxt;
   
         /* APP data */          /* APP data */
         void *app_data;          void *app_data;
 };  };

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80