diff options
Diffstat (limited to 'kex.h')
-rw-r--r-- | kex.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 | ||