Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 189d6af

Browse filesBrowse files
reasonablytallBridgeAR
authored andcommitted
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: #27962 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 94a6d7a commit 189d6af
Copy full SHA for 189d6af

File tree

Expand file treeCollapse file tree

1 file changed

+24
-24
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+24
-24
lines changed
Open diff view settings
Collapse file

‎test/fixtures/keys/Makefile‎

Copy file name to clipboardExpand all lines: test/fixtures/keys/Makefile
+24-24Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,37 +24,37 @@ all: \
2424
dh512.pem \
2525
dh1024.pem \
2626
dh2048.pem \
27-
dherror.pem \
28-
dsa_params.pem \
29-
dsa_private.pem \
30-
dsa_private_encrypted.pem \
31-
dsa_private_pkcs8.pem \
32-
dsa_public.pem \
27+
dherror.pem \
28+
dsa_params.pem \
29+
dsa_private.pem \
30+
dsa_private_encrypted.pem \
31+
dsa_private_pkcs8.pem \
32+
dsa_public.pem \
3333
dsa1025.pem \
3434
dsa_private_1025.pem \
3535
dsa_private_encrypted_1025.pem \
3636
dsa_public_1025.pem \
3737
ec-cert.pem \
3838
ec.pfx \
3939
fake-cnnic-root-cert.pem \
40-
rsa_private.pem \
41-
rsa_private_encrypted.pem \
42-
rsa_private_pkcs8.pem \
43-
rsa_private_pkcs8_bad.pem \
44-
rsa_public.pem \
45-
rsa_ca.crt \
46-
rsa_cert.crt \
47-
rsa_cert.pfx \
48-
rsa_public_sha1_signature_signedby_rsa_private.sha1 \
49-
rsa_public_sha1_signature_signedby_rsa_private_pkcs8.sha1 \
50-
rsa_private_b.pem \
51-
I_AM_THE_WALRUS_sha256_signature_signedby_rsa_private_b.sha256 \
52-
rsa_public_b.pem \
53-
rsa_cert_foafssl_b.crt \
54-
rsa_cert_foafssl_b.modulus \
55-
rsa_cert_foafssl_b.exponent \
56-
rsa_spkac.spkac \
57-
rsa_spkac_invalid.spkac \
40+
rsa_private.pem \
41+
rsa_private_encrypted.pem \
42+
rsa_private_pkcs8.pem \
43+
rsa_private_pkcs8_bad.pem \
44+
rsa_public.pem \
45+
rsa_ca.crt \
46+
rsa_cert.crt \
47+
rsa_cert.pfx \
48+
rsa_public_sha1_signature_signedby_rsa_private.sha1 \
49+
rsa_public_sha1_signature_signedby_rsa_private_pkcs8.sha1 \
50+
rsa_private_b.pem \
51+
I_AM_THE_WALRUS_sha256_signature_signedby_rsa_private_b.sha256 \
52+
rsa_public_b.pem \
53+
rsa_cert_foafssl_b.crt \
54+
rsa_cert_foafssl_b.modulus \
55+
rsa_cert_foafssl_b.exponent \
56+
rsa_spkac.spkac \
57+
rsa_spkac_invalid.spkac \
5858
rsa_private_1024.pem \
5959
rsa_private_2048.pem \
6060
rsa_private_4096.pem \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.