mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:52:44 +01:00
pkg/libcose: remove tweetnacl support
This commit is contained in:
parent
700b121936
commit
3b8fb0bd80
@ -2,9 +2,6 @@ USEPKG += nanocbor
|
||||
|
||||
USEMODULE += libcose_crypt
|
||||
|
||||
ifneq (,$(filter libcose_crypt_tweetnacl,$(USEMODULE)))
|
||||
USEPKG += tweetnacl
|
||||
endif
|
||||
ifneq (,$(filter libcose_crypt_hacl,$(USEMODULE)))
|
||||
USEPKG += hacl
|
||||
endif
|
||||
|
@ -1,9 +1,6 @@
|
||||
INCLUDES += -I$(PKGDIRBASE)/libcose/include
|
||||
CFLAGS += -DUSE_CBOR_CONTEXT
|
||||
|
||||
ifneq (,$(filter libcose_crypt_tweetnacl,$(USEMODULE)))
|
||||
CFLAGS += -DCRYPTO_TWEETNACL
|
||||
endif
|
||||
ifneq (,$(filter libcose_crypt_hacl,$(USEMODULE)))
|
||||
CFLAGS += -DCRYPTO_HACL
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user