[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.79 and 1.80

version 1.79, 2016/09/22 21:15:41 version 1.80, 2016/09/28 20:32:42
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_ZLIB       1  #define COMP_DELAYED    1
 #define COMP_DELAYED    2  
   
 #define CURVE25519_SIZE 32  #define CURVE25519_SIZE 32
   

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80