1
0
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:
Alexandre Abadie 2020-03-05 12:35:11 +01:00
parent bba96a1cd5
commit 5332ecec33
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -1,3 +1,2 @@
USEMODULE += hashes
USEMODULE += crypto
CFLAGS += -DCRYPTO_AES
USEMODULE += crypto_aes