mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
upstream commit
missing bit from previous commit Upstream-ID: 438d5ed6338b28b46e822eb13eee448aca31df37
This commit is contained in:
parent
de6a175a99
commit
b97739dc21
5
kex.h
5
kex.h
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: kex.h,v 1.78 2016/05/02 10:26:04 djm Exp $ */
|
/* $OpenBSD: kex.h,v 1.79 2016/09/22 21:15:41 djm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
|
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
|
||||||
@ -60,7 +60,8 @@
|
|||||||
#define KEX_ECDH_SHA2_NISTP256 "ecdh-sha2-nistp256"
|
#define KEX_ECDH_SHA2_NISTP256 "ecdh-sha2-nistp256"
|
||||||
#define KEX_ECDH_SHA2_NISTP384 "ecdh-sha2-nistp384"
|
#define KEX_ECDH_SHA2_NISTP384 "ecdh-sha2-nistp384"
|
||||||
#define KEX_ECDH_SHA2_NISTP521 "ecdh-sha2-nistp521"
|
#define KEX_ECDH_SHA2_NISTP521 "ecdh-sha2-nistp521"
|
||||||
#define KEX_CURVE25519_SHA256 "curve25519-sha256@libssh.org"
|
#define KEX_CURVE25519_SHA256 "curve25519-sha256"
|
||||||
|
#define KEX_CURVE25519_SHA256_OLD "curve25519-sha256@libssh.org"
|
||||||
|
|
||||||
#define COMP_NONE 0
|
#define COMP_NONE 0
|
||||||
#define COMP_ZLIB 1
|
#define COMP_ZLIB 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user