[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.89 and 1.90

version 1.89, 2018/07/09 21:56:06 version 1.90, 2018/07/10 09:36:58
Line 49 
Line 49 
 #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
   /* pre-auth compression (COMP_ZLIB) is only supported in the client */
 #define COMP_ZLIB       1  #define COMP_ZLIB       1
 #define COMP_DELAYED    2  #define COMP_DELAYED    2
   

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90