summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2024-02-22 12:06:10 +1100
committerDamien Miller <djm@mindrot.org>2024-02-22 12:06:10 +1100
commitd86bf8a3f6ea4fa7887406c2aa9959db71fa41be (patch)
tree99105276197e9d659133d24efa990c9f84ecf8c2
parent9ee335aacc9f5bdc4cc2c19fafb45e27be7d234e (diff)
more descriptive configure test name
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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>