mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-22 13:20:50 +00:00
Fix wrong makefile target
Missing tab and a prerequisite that's not a file Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
7f97675b64
commit
00d55988d9
@ -41,8 +41,8 @@ test_ca_key_file_rsa = test-ca.key
|
||||
test_ca_pwd_rsa = PolarSSLTest
|
||||
test_ca_config_file = test-ca.opensslconf
|
||||
|
||||
$(test_ca_key_file_rsa):$(test_ca_pwd_rsa)
|
||||
$(OPENSSL) genrsa -aes-128-cbc -passout pass:$< -out $@ 2048
|
||||
$(test_ca_key_file_rsa):
|
||||
$(OPENSSL) genrsa -aes-128-cbc -passout pass:$(test_ca_pwd_rsa) -out $@ 2048
|
||||
all_final += $(test_ca_key_file_rsa)
|
||||
|
||||
test-ca.req.sha256: $(test_ca_key_file_rsa)
|
||||
|
Loading…
x
Reference in New Issue
Block a user