mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #16874 from leandrolanzieri/pkg/tinydtls/fix_kconfig_detection
pkg/tinydtls: fix detection of Kconfig usage
This commit is contained in:
commit
fb05da46e3
@ -28,7 +28,7 @@ ifeq (,$(filter posix_sockets,$(USEMODULE)))
|
||||
endif
|
||||
|
||||
# Default cipher suite when not using Kconfig
|
||||
ifeq (,$(CONFIG_KCONFIG_PKG_TINYDTLS))
|
||||
ifeq (,$(CONFIG_KCONFIG_USEPKG_TINYDTLS))
|
||||
# NOTE: PSK should be enabled by default BUT if the user define any other cipher
|
||||
# suite(s) it should not be enabled.
|
||||
# TODO: Create the flag DTLS_CIPHERS with keywords PSK, ECC (and future)
|
||||
|
Loading…
Reference in New Issue
Block a user