[openssh-commits] [openssh] 02/04: Fix OpenSSL ECC detection message.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Aug 3 22:18:07 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 7d6170c00ec7bab059742370f92144b155bdb191
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Mon Aug 3 21:18:48 2026 +1000
Fix OpenSSL ECC detection message.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 6d81f9663..d495d012c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3289,7 +3289,7 @@ if test "x$openssl" = "xyes" ; then
AC_CHECK_FUNCS([EVP_sha256 EVP_sha384 EVP_sha512 EVP_chacha20])
# Check complete ECC support in OpenSSL
- AC_MSG_CHECKING([whether OpenSSL has NID_X9_62_prime256v1])
+ AC_MSG_CHECKING([whether OpenSSL has ECC support])
AC_LINK_IFELSE(
[AC_LANG_PROGRAM([[
#include <openssl/ec.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list