mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
test: data: fix makefile error
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
0c960160ae
commit
ff15953a01
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue