[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.70 and 1.71

version 1.70, 2015/01/26 06:10:03 version 1.71, 2015/02/16 22:13:32
Line 130 
Line 130 
         int     (*verify_host_key)(struct sshkey *, struct ssh *);          int     (*verify_host_key)(struct sshkey *, struct ssh *);
         struct sshkey *(*load_host_public_key)(int, int, struct ssh *);          struct sshkey *(*load_host_public_key)(int, int, struct ssh *);
         struct sshkey *(*load_host_private_key)(int, 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 *, int, 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 *, const u_char *, size_t, u_int);
         int     (*kex[KEX_MAX])(struct ssh *);          int     (*kex[KEX_MAX])(struct ssh *);
         /* kex specific state */          /* kex specific state */
         DH      *dh;                    /* DH */          DH      *dh;                    /* DH */

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