]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
more descriptive configure test name
authorDamien Miller <djm@mindrot.org>
Thu, 22 Feb 2024 01:06:10 +0000 (12:06 +1100)
committerDamien Miller <djm@mindrot.org>
Thu, 22 Feb 2024 01:06:10 +0000 (12:06 +1100)
configure.ac

index 5f69213a4e8f3c605188410c86a3ced7a0906129..fda0928303a23f7dfd7db1c05e5f63255cf962bc 100644 (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>