diff options
-rw-r--r-- | myproposal.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/myproposal.h b/myproposal.h index 072e36ec7..c255147aa 100644 --- a/myproposal.h +++ b/myproposal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: myproposal.h,v 1.54 2016/09/28 16:33:07 djm Exp $ */ | 1 | /* $OpenBSD: myproposal.h,v 1.55 2017/05/07 23:13:42 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -121,8 +121,7 @@ | |||
121 | "aes128-ctr,aes192-ctr,aes256-ctr" \ | 121 | "aes128-ctr,aes192-ctr,aes256-ctr" \ |
122 | AESGCM_CIPHER_MODES | 122 | AESGCM_CIPHER_MODES |
123 | 123 | ||
124 | #define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT "," \ | 124 | #define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT |
125 | "aes128-cbc,aes192-cbc,aes256-cbc" | ||
126 | 125 | ||
127 | #define KEX_SERVER_MAC \ | 126 | #define KEX_SERVER_MAC \ |
128 | "umac-64-etm@openssh.com," \ | 127 | "umac-64-etm@openssh.com," \ |