if test -z "$OPT_MBEDTLS"; then
dnl check for lib first without setting any new path
- AC_CHECK_LIB(mbedtls, mbedtls_havege_init,
+ AC_CHECK_LIB(mbedtls, mbedtls_ssl_init,
dnl libmbedtls found, set the variable
[
AC_DEFINE(USE_MBEDTLS, 1, [if mbedTLS is enabled])
addcflags=""
mbedtlslib=""
- if test "$USE_MBEDTLS" != "yes"; then
+ if test "$USE_MBEDTLS" != "yes" && test -n "$OPT_MBEDTLS"; then
dnl add the path and test again
addld=-L$OPT_MBEDTLS/lib$libsuff
addcflags=-I$OPT_MBEDTLS/include