more descriptive configure test name

This commit is contained in:
Damien Miller 2024-02-22 12:06:10 +11:00
parent 9ee335aacc
commit d86bf8a3f6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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