mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
examples/gcoap_dtls: remove CFLAGS define of DTLS_PEER_MAX
This commit is contained in:
parent
d28a45e939
commit
06a164bc0b
@ -56,9 +56,6 @@ ifeq (1,$(GCOAP_ENABLE_DTLS))
|
||||
USEMODULE += gcoap_dtls
|
||||
# tinydtls needs crypto secure PRNG
|
||||
USEMODULE += prng_sha1prng
|
||||
|
||||
# Maximum number of DTLS sessions
|
||||
CFLAGS += -DDTLS_PEER_MAX=1
|
||||
endif
|
||||
|
||||
# Instead of simulating an Ethernet connection, we can also simulate
|
||||
|
Loading…
Reference in New Issue
Block a user