[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.69 and 1.70

version 1.69, 2015/01/19 20:16:15 version 1.70, 2015/01/26 06:10:03
Line 116 
Line 116 
         int     server;          int     server;
         char    *name;          char    *name;
         int     hostkey_type;          int     hostkey_type;
           int     hostkey_nid;
         u_int   kex_type;          u_int   kex_type;
         int     roaming;          int     roaming;
         struct sshbuf *my;          struct sshbuf *my;
Line 127 
Line 128 
         char    *client_version_string;          char    *client_version_string;
         char    *server_version_string;          char    *server_version_string;
         int     (*verify_host_key)(struct sshkey *, struct ssh *);          int     (*verify_host_key)(struct sshkey *, struct ssh *);
         struct sshkey *(*load_host_public_key)(int, struct ssh *);          struct sshkey *(*load_host_public_key)(int, int, struct ssh *);
         struct sshkey *(*load_host_private_key)(int, struct ssh *);          struct sshkey *(*load_host_private_key)(int, int, struct ssh *);
         int     (*host_key_index)(struct sshkey *, struct ssh *);          int     (*host_key_index)(struct sshkey *, struct ssh *);
         int     (*sign)(struct sshkey *, struct sshkey *,          int     (*sign)(struct sshkey *, struct sshkey *,
             u_char **, size_t *, u_char *, size_t, u_int);              u_char **, size_t *, u_char *, size_t, u_int);

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70