[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.86 and 1.87

version 1.86, 2018/07/06 09:05:01 version 1.87, 2018/07/06 09:06:14
Line 50 
Line 50 
 #define KEX_CURVE25519_SHA256_OLD       "curve25519-sha256@libssh.org"  #define KEX_CURVE25519_SHA256_OLD       "curve25519-sha256@libssh.org"
   
 #define COMP_NONE       0  #define COMP_NONE       0
 #define COMP_DELAYED    1  #define COMP_ZLIB       1
   
 #define CURVE25519_SIZE 32  #define CURVE25519_SIZE 32
   

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87