Skip to content

Commit

Permalink
upstream: unbreak
Browse files Browse the repository at this point in the history
OpenBSD-Commit-ID: 05b6c31f4a6e385338f43cc0e08776cea75802a1
  • Loading branch information
djmdjm committed Dec 2, 2024
1 parent d75837b commit 1d9563a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions myproposal.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -60,8 +60,8 @@

#define KEX_SERVER_ENCRYPT \
"[email protected]," \
"[email protected],[email protected],"
"aes128-ctr,aes192-ctr,aes256-ctr" \
"[email protected],[email protected]," \
"aes128-ctr,aes192-ctr,aes256-ctr"

#define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT

Expand Down

0 comments on commit 1d9563a

Please sign in to comment.