[FIX] Remove dummy functions

This commit is contained in:
LDA 2024-09-15 13:09:00 +02:00
parent ee58167928
commit 69f8e47ea2
2 changed files with 3 additions and 15 deletions

2
configure vendored
View file

@ -78,7 +78,7 @@ for arg in $SCRIPT_ARGS; do
;;
--with-mbed)
TLS_IMPL="TLS_MBEDTLS"
TLS_LIBS="-lmbedtls"
TLS_LIBS="-lmbedtls -lmbedx509 -lmbedcrypto"
;;
--disable-tls)
TLS_IMPL=""