[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.93 and 1.94

version 1.93, 2018/12/27 03:25:25 version 1.94, 2019/01/19 21:43:56
Line 140 
Line 140 
         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 *, int, struct ssh *);          int     (*host_key_index)(struct sshkey *, int, struct ssh *);
         int     (*sign)(struct sshkey *, struct sshkey *, u_char **, size_t *,          int     (*sign)(struct ssh *, struct sshkey *, struct sshkey *,
             const u_char *, size_t, const char *, u_int);              u_char **, size_t *, const u_char *, size_t, const char *);
         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.93  
changed lines
  Added in v.1.94