=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/kex.h,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- src/usr.bin/ssh/kex.h 2016/09/28 20:32:42 1.80 +++ src/usr.bin/ssh/kex.h 2016/09/28 21:44:52 1.81 @@ -1,4 +1,4 @@ -/* $OpenBSD: kex.h,v 1.80 2016/09/28 20:32:42 djm Exp $ */ +/* $OpenBSD: kex.h,v 1.81 2016/09/28 21:44:52 djm Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -50,7 +50,8 @@ #define KEX_CURVE25519_SHA256_OLD "curve25519-sha256@libssh.org" #define COMP_NONE 0 -#define COMP_DELAYED 1 +#define COMP_ZLIB 1 +#define COMP_DELAYED 2 #define CURVE25519_SIZE 32