[PATCH 6/6] test: self: rename REGENERATE_RSATOC to REGNERATE_KEYTOC

Ahmad Fatoum a.fatoum at pengutronix.de
Wed Oct 9 07:01:55 PDT 2024


Commit 7b51f76a4534 ("rsatoc: rename to keytoc") reflects that the tool
now also supports ECDSA. Therefore, let's rename the environment variable
that we use to regenerate the C code from the JWT PEM accordingly.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 test/self/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/self/Makefile b/test/self/Makefile
index 6390c4afd478..666a8f9ee7e2 100644
--- a/test/self/Makefile
+++ b/test/self/Makefile
@@ -19,7 +19,7 @@ obj-$(CONFIG_SELFTEST_REGULATOR) += regulator.o test_regulator.dtbo.o
 obj-$(CONFIG_SELFTEST_TEST_COMMAND) += test_command.o
 obj-$(CONFIG_SELFTEST_IDR) += idr.o
 
-ifdef REGENERATE_RSATOC
+ifdef REGENERATE_KEYTOC
 
 $(obj)/jwt_test.pem.c_shipped: $(src)/jwt_test.pem FORCE
 	$(call if_changed,public_keys,$(basename $(target-stem)):$<,-s)
-- 
2.39.5




More information about the barebox mailing list