Skip to content

Commit

Permalink
cmake UPDATE set mbedtls min version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed May 14, 2024
1 parent cacf66d commit 97fec8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ check_include_file("termios.h" HAVE_TERMIOS)

if(ENABLE_SSH_TLS)
# dependencies - mbedTLS (higher preference) or OpenSSL
find_package(MbedTLS 3.5.2)
find_package(MbedTLS 3.5.0)
if (MBEDTLS_FOUND)
# dependencies - mbedtls
set(HAVE_MBEDTLS TRUE)
Expand Down

0 comments on commit 97fec8b

Please sign in to comment.