mirror of
https://github.com/openssh/openssh-portable.git
synced 2026-01-12 00:04:08 +08:00
upstream: unbreak
OpenBSD-Commit-ID: 05b6c31f4a6e385338f43cc0e08776cea75802a1
This commit is contained in:
committed by
Damien Miller
parent
d75837b9f6
commit
1d9563a56f
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user