mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-03 03:03:34 +00:00
apparently EVP_aes_128_cbc is in libcrypto.
This commit is contained in:
@ -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
|
||||
])
|
||||
|
Reference in New Issue
Block a user