From 5ae7a5270db6c42e7f136206e9f7ed536d1d9a46 Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Wed, 16 Oct 2019 09:53:46 +0200 Subject: [PATCH] sys/suit: use c25519 instead of hacl --- Makefile.dep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.dep b/Makefile.dep index 2355db32a3..8b0c36cc93 100644 --- a/Makefile.dep +++ b/Makefile.dep @@ -939,7 +939,7 @@ endif ifneq (,$(filter suit_v4,$(USEMODULE))) USEPKG += tinycbor USEPKG += libcose - USEMODULE += libcose_crypt_hacl + USEMODULE += libcose_crypt_c25519 USEMODULE += suit_conditions # SUIT depends on riotboot support and some extra riotboot modules