mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/crypto*: use crypto_% modules instead of CFLAGS
This commit is contained in:
parent
bba96a1cd5
commit
5332ecec33
@ -2,8 +2,7 @@ include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += embunit
|
||||
|
||||
USEMODULE += crypto
|
||||
USEMODULE += crypto_3des
|
||||
USEMODULE += cipher_modes
|
||||
CFLAGS += -DCRYPTO_THREEDES
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,3 +1,2 @@
|
||||
USEMODULE += hashes
|
||||
USEMODULE += crypto
|
||||
CFLAGS += -DCRYPTO_AES
|
||||
USEMODULE += crypto_aes
|
||||
|
Loading…
Reference in New Issue
Block a user