diff options
Diffstat (limited to 'myproposal.h')
-rw-r--r-- | myproposal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myproposal.h b/myproposal.h index 4729b30b0..072e36ec7 100644 --- a/myproposal.h +++ b/myproposal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: myproposal.h,v 1.53 2016/09/22 17:52:53 djm Exp $ */ | 1 | /* $OpenBSD: myproposal.h,v 1.54 2016/09/28 16:33:07 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -167,7 +167,7 @@ | |||
167 | 167 | ||
168 | #endif /* WITH_OPENSSL */ | 168 | #endif /* WITH_OPENSSL */ |
169 | 169 | ||
170 | #define KEX_DEFAULT_COMP "none,zlib@openssh.com,zlib" | 170 | #define KEX_DEFAULT_COMP "none,zlib@openssh.com" |
171 | #define KEX_DEFAULT_LANG "" | 171 | #define KEX_DEFAULT_LANG "" |
172 | 172 | ||
173 | #define KEX_CLIENT \ | 173 | #define KEX_CLIENT \ |