summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2024-12-02 14:06:43 +0000
committerDamien Miller <djm@cvs.openbsd.org>2024-12-02 14:06:43 +0000
commitb10b3f5e3695575c199650eedf3c27c231010c74 (patch)
tree68de54f3dd0b1de0775ec455228621c11b5091ec /usr.bin/ssh
parentf39559791e2377eb2a3cf643913fcf37a66d96f6 (diff)
unbreak
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/myproposal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/myproposal.h b/usr.bin/ssh/myproposal.h
index ccaa6aa067a..8fe9276c21f 100644
--- a/usr.bin/ssh/myproposal.h
+++ b/usr.bin/ssh/myproposal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: myproposal.h,v 1.76 2024/12/02 13:37:18 djm Exp $ */
+/* $OpenBSD: myproposal.h,v 1.77 2024/12/02 14:06:42 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -60,8 +60,8 @@
#define KEX_SERVER_ENCRYPT \
"chacha20-poly1305@openssh.com," \
- "aes128-gcm@openssh.com,aes256-gcm@openssh.com,"
- "aes128-ctr,aes192-ctr,aes256-ctr" \
+ "aes128-gcm@openssh.com,aes256-gcm@openssh.com," \
+ "aes128-ctr,aes192-ctr,aes256-ctr"
#define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT