1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/pkg_libcose: remove the monocypher crypto option

This commit is contained in:
Koen Zandberg 2020-03-24 14:19:14 +01:00
parent fad397b62e
commit bf703a70c3
No known key found for this signature in database
GPG Key ID: 0E63411F8FCA8247

View File

@ -7,7 +7,6 @@ USEPKG += libcose
# crypto backend.
USEMODULE += libcose_crypt_hacl
# USEMODULE += libcose_crypt_c25519
# USEMODULE += libcose_crypt_monocypher
USEMODULE += memarray
USEMODULE += embunit