[build] fix typo in src/CMakeLists.txt

master
Glenn Strauss 2 years ago
parent f0b74faa45
commit 7ec08905b9

@ -385,8 +385,10 @@ if(WITH_MBEDTLS)
check_include_files(mbedtls/ssl.h HAVE_MBEDTLS_SSL_H)
if(HAVE_MBEDTLS_SSL_H)
check_library_exists(mbedcrypto mbedtls_base64_encode "" HAVE_LIBMBEDCRYPTO)
if(HAVE_LIBMEDTLSCRYPTO)
check_library_exists(mbedtls mbedtls_cipher_info_from_type "" HAVE_LIBMBEDTLS)
if(HAVE_LIBMBEDCRYPTO)
set(CRYPTO_LIBRARY mbedcrypto)
set(HAVE_LIBCRYPTO 1)
check_library_exists(mbedtls mbedtls_cipher_info_from_type "" HAVE_LIBMBEDTLS)
if(HAVE_LIBMBEDTLS)
check_library_exists(mbedx509 mbedtls_x509_get_name "" HAVE_LIBMBEDX509)
endif()

Loading…
Cancel
Save