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

Diff for /src/usr.bin/ssh/kexc25519.c between version 1.9 and 1.10

version 1.9, 2015/03/26 07:00:04 version 1.10, 2016/05/02 08:49:03
Line 84 
Line 84 
     int hash_alg,      int hash_alg,
     const char *client_version_string,      const char *client_version_string,
     const char *server_version_string,      const char *server_version_string,
     const char *ckexinit, size_t ckexinitlen,      const u_char *ckexinit, size_t ckexinitlen,
     const char *skexinit, size_t skexinitlen,      const u_char *skexinit, size_t skexinitlen,
     const u_char *serverhostkeyblob, size_t sbloblen,      const u_char *serverhostkeyblob, size_t sbloblen,
     const u_char client_dh_pub[CURVE25519_SIZE],      const u_char client_dh_pub[CURVE25519_SIZE],
     const u_char server_dh_pub[CURVE25519_SIZE],      const u_char server_dh_pub[CURVE25519_SIZE],

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10