mirror of
https://git.telodendria.io/Telodendria/Cytoplasm.git
synced 2025-04-25 18:36:03 +00:00
[FIX] Remove dummy functions
This commit is contained in:
parent
ee58167928
commit
69f8e47ea2
2 changed files with 3 additions and 15 deletions
2
configure
vendored
2
configure
vendored
|
@ -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=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue