From ff15953a01aaa3ee3449bc05e864d432a9c1f0ff Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 16 Jan 2023 17:34:53 +0100 Subject: [PATCH] test: data: fix makefile error Signed-off-by: Valerio Setti --- tests/data_files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data_files/Makefile b/tests/data_files/Makefile index 9fed16eac0..2480f607fa 100644 --- a/tests/data_files/Makefile +++ b/tests/data_files/Makefile @@ -906,7 +906,7 @@ all_final += ec_256_pub.comp.pem ec_384_pub.comp.pem: ec_384_pub.pem $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed -all_final += ec_256_pub.comp.pem +all_final += ec_384_pub.comp.pem ec_521_pub.comp.pem: ec_521_pub.pem $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed