diff options
author | sf@openbsd.org <sf@openbsd.org> | 2018-07-06 11:05:01 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-07-10 07:13:40 +0200 |
commit | 95db395d2e56a6f868193aead6cadb2493f036c6 (patch) | |
tree | 23c5d15ca0cb14e4e3e313f75e0f2edb6f1616a8 /kex.h | |
parent | upstream: Remove unused ssh_packet_start_compression() (diff) | |
download | openssh-95db395d2e56a6f868193aead6cadb2493f036c6.tar.xz openssh-95db395d2e56a6f868193aead6cadb2493f036c6.zip |
upstream: Remove leftovers from pre-authentication compression
Support for this has been removed in 2016.
COMP_DELAYED will be renamed in a later commit.
ok markus@
OpenBSD-Commit-ID: 6a99616c832627157113fcb0cf5a752daf2e6b58
Diffstat (limited to 'kex.h')
-rw-r--r-- | kex.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: kex.h,v 1.85 2018/07/04 13:49:31 djm Exp $ */ +/* $OpenBSD: kex.h,v 1.86 2018/07/06 09:05:01 sf Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -64,8 +64,7 @@ #define KEX_CURVE25519_SHA256_OLD "curve25519-sha256@libssh.org" #define COMP_NONE 0 -#define COMP_ZLIB 1 -#define COMP_DELAYED 2 +#define COMP_DELAYED 1 #define CURVE25519_SIZE 32 |