mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-04 15:39:53 +00: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…
x
Reference in New Issue
Block a user