1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

tests/pkg_wolfcrypt-ed25519-verify: Add missing module

This commit is contained in:
Flole998 2023-03-01 00:06:16 +00:00
parent f595684b0a
commit abf5eddaa6

View File

@ -8,5 +8,6 @@ CFLAGS+=-DNO_ED25519_SIGN -DNO_ED25519_KEY_EXPORT
USEPKG +=wolfssl
USEMODULE += wolfcrypt
USEMODULE += wolfcrypt_ed25519
USEMODULE += wolfcrypt_random
include $(RIOTBASE)/Makefile.include