[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.94 and 1.95

version 1.94, 2019/01/19 21:43:56 version 1.95, 2019/01/21 10:00:23
Line 186 
Line 186 
 int      kexc25519_client(struct ssh *);  int      kexc25519_client(struct ssh *);
 int      kexc25519_server(struct ssh *);  int      kexc25519_server(struct ssh *);
   
   int      kex_dh_keygen(struct kex *);
 int      kex_dh_hash(int, const struct sshbuf *, const struct sshbuf *,  int      kex_dh_hash(int, const struct sshbuf *, const struct sshbuf *,
     const u_char *, size_t, const u_char *, size_t, const u_char *, size_t,      const u_char *, size_t, const u_char *, size_t, const u_char *, size_t,
     const BIGNUM *, const BIGNUM *, const BIGNUM *, u_char *, size_t *);      const BIGNUM *, const BIGNUM *, const BIGNUM *, u_char *, size_t *);

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95