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:
Ed Maste 2025-02-11 08:52:07 -05:00
parent 1b2636e535
commit 975c6f3337

View file

@ -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