mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
ssh: Update config.h for OpenSSL ED25519
OpenSSH-portable had a configure bug that prevented it from detecting
OpenSSL ED25519 support, fixed in 8d0e46c1ddb5 ("Fix OpenSSL ED25519
support detection"). This will come in with the OpenSSH 9.8p1 update,
but fix the error in config.h now.
Reported by: jlduran
Reviewed by: jlduran
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48942
This commit is contained in:
parent
1b2636e535
commit
975c6f3337
1 changed files with 1 additions and 1 deletions
|
|
@ -1754,7 +1754,7 @@
|
|||
#define OPENSSL_HAS_ECC 1
|
||||
|
||||
/* libcrypto has ed25519 support */
|
||||
/* #undef OPENSSL_HAS_ED25519 */
|
||||
#define OPENSSL_HAS_ED25519 1
|
||||
|
||||
/* libcrypto has NID_X9_62_prime256v1 */
|
||||
#define OPENSSL_HAS_NISTP256 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue