RIOT: remove redundant CFLAGS

Those flags are already configured by the RIOT package.

Signed-off-by: Benjamin Valentin <benjamin.valentin@ml-pa.com>
This commit is contained in:
Benjamin Valentin 2022-11-15 01:51:56 +01:00 committed by Achim Kraus
parent 8a36274474
commit 4cb6adcd58

View File

@ -1,7 +1,5 @@
MODULE = tinydtls
CFLAGS += -DDTLSv12 -DWITH_SHA256
SRC := ccm.c crypto.c dtls.c dtls_debug.c dtls_time.c hmac.c netq.c peer.c session.c dtls_prng.c
include $(RIOTBASE)/Makefile.base