apparently EVP_aes_128_cbc is in libcrypto.

This commit is contained in:
Jeremy Ellington 2004-05-27 14:29:42 +00:00
parent f30ef24600
commit 6b8ebca452

View File

@ -169,7 +169,7 @@ AC_ARG_ENABLE([intf-lanplus],
fi
if test "x$enableval" != "xno"; then
AC_CHECK_LIB(ssl, EVP_aes_128_cbc, [], [
AC_CHECK_LIB(crypto, EVP_aes_128_cbc, [], [
echo "Error! The lanplus interface requires an SSL library with EVP_aes_128_cbc defined."
exit -1
])