mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-31 07:19:57 +00:00
test: data: fix makefile error
Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user