summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authorsf@openbsd.org <sf@openbsd.org>2018-07-06 09:05:01 +0000
committerDamien Miller <djm@mindrot.org>2018-07-10 15:13:40 +1000
commit95db395d2e56a6f868193aead6cadb2493f036c6 (patch)
tree23c5d15ca0cb14e4e3e313f75e0f2edb6f1616a8 /kex.h
parentf28a4d5cd24c4aa177e96b4f96957991e552cb70 (diff)
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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/kex.h b/kex.h
index 3ffae2df0..676c32abd 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: kex.h,v 1.85 2018/07/04 13:49:31 djm Exp $ */ 1/* $OpenBSD: kex.h,v 1.86 2018/07/06 09:05:01 sf Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -64,8 +64,7 @@
64#define KEX_CURVE25519_SHA256_OLD "curve25519-sha256@libssh.org" 64#define KEX_CURVE25519_SHA256_OLD "curve25519-sha256@libssh.org"
65 65
66#define COMP_NONE 0 66#define COMP_NONE 0
67#define COMP_ZLIB 1 67#define COMP_DELAYED 1
68#define COMP_DELAYED 2
69 68
70#define CURVE25519_SIZE 32 69#define CURVE25519_SIZE 32
71 70