[openssh-commits] [openssh] branch master updated: more descriptive configure test name

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Feb 22 12:06:31 AEDT 2024


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new d86bf8a3 more descriptive configure test name
d86bf8a3 is described below

commit d86bf8a3f6ea4fa7887406c2aa9959db71fa41be
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Thu Feb 22 12:06:10 2024 +1100

    more descriptive configure test name
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5f69213a..fda09283 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3006,7 +3006,7 @@ if test "x$openssl" = "xyes" ; then
 	fi
 
 	# Check for OpenSSL without EVP_aes_{192,256}_cbc
-	AC_MSG_CHECKING([whether OpenSSL has crippled AES support])
+	AC_MSG_CHECKING([whether OpenSSL lacks support for AES 192/256])
 	AC_LINK_IFELSE(
 		[AC_LANG_PROGRAM([[
 	#include <stdlib.h>

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list