mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-08 23:03:06 -04:00
Merge pull request #7635 from AndrzejKurek/fix-bad-keyfile-prereqs-2-28
[2.28 backport] Fix bad keyfile prereqs
This commit is contained in:
commit
c1f78a2827
@ -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