From d86bf8a3f6ea4fa7887406c2aa9959db71fa41be Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 22 Feb 2024 12:06:10 +1100 Subject: [PATCH] more descriptive configure test name --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5f69213a4..fda092830 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