test: change formatting of fixtures/keys/Makefile
Converts the whitespace to spaces in the all: ... target for consistency. The other whitespace has to remain tabs due to how Makefiles work. PR-URL: https://github.com/nodejs/node/pull/27962 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
f212fee2a3
commit
2abaa1a443
48
test/fixtures/keys/Makefile
vendored
48
test/fixtures/keys/Makefile
vendored
@ -24,12 +24,12 @@ all: \
|
|||||||
dh512.pem \
|
dh512.pem \
|
||||||
dh1024.pem \
|
dh1024.pem \
|
||||||
dh2048.pem \
|
dh2048.pem \
|
||||||
dherror.pem \
|
dherror.pem \
|
||||||
dsa_params.pem \
|
dsa_params.pem \
|
||||||
dsa_private.pem \
|
dsa_private.pem \
|
||||||
dsa_private_encrypted.pem \
|
dsa_private_encrypted.pem \
|
||||||
dsa_private_pkcs8.pem \
|
dsa_private_pkcs8.pem \
|
||||||
dsa_public.pem \
|
dsa_public.pem \
|
||||||
dsa1025.pem \
|
dsa1025.pem \
|
||||||
dsa_private_1025.pem \
|
dsa_private_1025.pem \
|
||||||
dsa_private_encrypted_1025.pem \
|
dsa_private_encrypted_1025.pem \
|
||||||
@ -37,24 +37,24 @@ all: \
|
|||||||
ec-cert.pem \
|
ec-cert.pem \
|
||||||
ec.pfx \
|
ec.pfx \
|
||||||
fake-cnnic-root-cert.pem \
|
fake-cnnic-root-cert.pem \
|
||||||
rsa_private.pem \
|
rsa_private.pem \
|
||||||
rsa_private_encrypted.pem \
|
rsa_private_encrypted.pem \
|
||||||
rsa_private_pkcs8.pem \
|
rsa_private_pkcs8.pem \
|
||||||
rsa_private_pkcs8_bad.pem \
|
rsa_private_pkcs8_bad.pem \
|
||||||
rsa_public.pem \
|
rsa_public.pem \
|
||||||
rsa_ca.crt \
|
rsa_ca.crt \
|
||||||
rsa_cert.crt \
|
rsa_cert.crt \
|
||||||
rsa_cert.pfx \
|
rsa_cert.pfx \
|
||||||
rsa_public_sha1_signature_signedby_rsa_private.sha1 \
|
rsa_public_sha1_signature_signedby_rsa_private.sha1 \
|
||||||
rsa_public_sha1_signature_signedby_rsa_private_pkcs8.sha1 \
|
rsa_public_sha1_signature_signedby_rsa_private_pkcs8.sha1 \
|
||||||
rsa_private_b.pem \
|
rsa_private_b.pem \
|
||||||
I_AM_THE_WALRUS_sha256_signature_signedby_rsa_private_b.sha256 \
|
I_AM_THE_WALRUS_sha256_signature_signedby_rsa_private_b.sha256 \
|
||||||
rsa_public_b.pem \
|
rsa_public_b.pem \
|
||||||
rsa_cert_foafssl_b.crt \
|
rsa_cert_foafssl_b.crt \
|
||||||
rsa_cert_foafssl_b.modulus \
|
rsa_cert_foafssl_b.modulus \
|
||||||
rsa_cert_foafssl_b.exponent \
|
rsa_cert_foafssl_b.exponent \
|
||||||
rsa_spkac.spkac \
|
rsa_spkac.spkac \
|
||||||
rsa_spkac_invalid.spkac \
|
rsa_spkac_invalid.spkac \
|
||||||
rsa_private_1024.pem \
|
rsa_private_1024.pem \
|
||||||
rsa_private_2048.pem \
|
rsa_private_2048.pem \
|
||||||
rsa_private_4096.pem \
|
rsa_private_4096.pem \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user