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

Diff for /src/usr.bin/ssh/kex.h between version 1.55 and 1.56

version 1.55, 2013/04/19 01:06:50 version 1.56, 2013/07/19 07:37:48
Line 136 
Line 136 
         Key     *(*load_host_public_key)(int);          Key     *(*load_host_public_key)(int);
         Key     *(*load_host_private_key)(int);          Key     *(*load_host_private_key)(int);
         int     (*host_key_index)(Key *);          int     (*host_key_index)(Key *);
           void    (*sign)(Key *, Key *, u_char **, u_int *, u_char *, u_int);
         void    (*kex[KEX_MAX])(Kex *);          void    (*kex[KEX_MAX])(Kex *);
 };  };
   

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56