mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 11:07:23 +00:00
apparently EVP_aes_128_cbc is in libcrypto.
This commit is contained in:
parent
f30ef24600
commit
6b8ebca452
@ -169,7 +169,7 @@ AC_ARG_ENABLE([intf-lanplus],
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$enableval" != "xno"; then
|
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."
|
echo "Error! The lanplus interface requires an SSL library with EVP_aes_128_cbc defined."
|
||||||
exit -1
|
exit -1
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user