Explorar o código

Merge branch 'bugfix/mdns_remove_mbedtls_dep' into 'master'

mdns: Remove mbedtls dependency

Closes IDFGH-3177

See merge request espressif/esp-idf!8538
David Čermák %!s(int64=5) %!d(string=hai) anos
pai
achega
570bc3dbbc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/mdns/CMakeLists.txt

+ 1 - 1
components/mdns/CMakeLists.txt

@@ -3,6 +3,6 @@ idf_component_register(SRCS "mdns.c"
                             "mdns_networking.c"
                             "mdns_networking.c"
                     INCLUDE_DIRS "include"
                     INCLUDE_DIRS "include"
                     PRIV_INCLUDE_DIRS "private_include"
                     PRIV_INCLUDE_DIRS "private_include"
-                    REQUIRES lwip mbedtls console esp_netif
+                    REQUIRES lwip console esp_netif
                     PRIV_REQUIRES esp_timer)
                     PRIV_REQUIRES esp_timer)