summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2024-12-02 15:06:42 +0100
committerDamien Miller <djm@mindrot.org>2024-12-02 15:07:08 +0100
commit1d9563a56f2ad5b0c0aeef20e19c1a03ad54f88a (patch)
tree488b3f5bf31e1177bd8b37048b8bf8ca3c0dac65
parentupstream: prefer AES-GCM to AES-CTR; ok deraadt markus (diff)
downloadopenssh-1d9563a56f2ad5b0c0aeef20e19c1a03ad54f88a.tar.xz
openssh-1d9563a56f2ad5b0c0aeef20e19c1a03ad54f88a.zip
upstream: unbreak
OpenBSD-Commit-ID: 05b6c31f4a6e385338f43cc0e08776cea75802a1
-rw-r--r--myproposal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/myproposal.h b/myproposal.h
index ccaa6aa06..8fe9276c2 100644
--- a/myproposal.h
+++ b/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