mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 15:38:08 +00:00
Fix typo in data_file generator code
The file to generate is `server10_int3-bs.pem`, not `server10-bs_int3-bs.pem`.
This commit is contained in:
parent
0ea24a9127
commit
e59c4193fb
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ test-int-ca3-badsign.crt: test-int-ca3.crt
|
|||
all_final += test-int-ca3-badsign.crt
|
||||
server10_int3-bs.pem: server10.crt test-int-ca3-badsign.crt
|
||||
cat server10.crt test-int-ca3-badsign.crt > $@
|
||||
all_final += server10-bs_int3-bs.pem
|
||||
all_final += server10_int3-bs.pem
|
||||
|
||||
rsa_pkcs1_2048_public.pem: server8.key
|
||||
$(OPENSSL) rsa -in $< -outform PEM -RSAPublicKey_out -out $@
|
||||
|
|
Loading…
Reference in a new issue