Skip to content

Commit

Permalink
more descriptive configure test name
Browse files Browse the repository at this point in the history
  • Loading branch information
djmdjm committed Feb 22, 2024
1 parent 9ee335a commit d86bf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d86bf8a

Please sign in to comment.