summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authorsf@openbsd.org <sf@openbsd.org>2018-07-06 09:06:14 +0000
committerDamien Miller <djm@mindrot.org>2018-07-10 15:13:40 +1000
commitab39267fa1243d02b6c330615539fc4b21e17dc4 (patch)
treee1a1525b384e439f41f4a4b106a93efee07b6ac1 /kex.h
parent95db395d2e56a6f868193aead6cadb2493f036c6 (diff)
upstream: Rename COMP_DELAYED to COMP_ZLIB
Only delayed compression is supported nowadays. ok markus@ OpenBSD-Commit-ID: 5b1dbaf3d9a4085aaa10fec0b7a4364396561821
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kex.h b/kex.h
index 676c32abd..b57f985ef 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: kex.h,v 1.86 2018/07/06 09:05:01 sf Exp $ */ 1/* $OpenBSD: kex.h,v 1.87 2018/07/06 09:06:14 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,7 +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_DELAYED 1 67#define COMP_ZLIB 1
68 68
69#define CURVE25519_SIZE 32 69#define CURVE25519_SIZE 32
70 70