]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
test: fix indentation
authorPauli <pauli@openssl.org>
Fri, 18 Jun 2021 09:56:29 +0000 (19:56 +1000)
committerPauli <pauli@openssl.org>
Sat, 19 Jun 2021 05:54:06 +0000 (15:54 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15824)

test/recipes/25-test_verify.t
test/recipes/80-test_ca.t
test/recipes/80-test_ssl_old.t

index 15d051c6ba6b4cdd8d032ec1c0b511f9ee97fec3..acb26f0afdf78baf4653848cb7f61e27342a6af7 100644 (file)
@@ -417,7 +417,7 @@ ok(verify("ee-ss-with-keyCertSign", "", ["ee-ss-with-keyCertSign"], []),
 
 SKIP: {
     skip "Ed25519 is not supported by this OpenSSL build", 6
-              if disabled("ec");
+        if disabled("ec");
 
     # ED25519 certificate from draft-ietf-curdle-pkix-04
     ok(verify("ee-ed25519", "", ["root-ed25519"], []),
index 785870b3cedd2b3219879b1f1f2513be5fc962b8..c1e09032dee30055534fdde836fb2a2b49906f74 100644 (file)
@@ -61,7 +61,7 @@ plan tests => 15;
 
 SKIP: {
     skip "SM2 is not supported by this OpenSSL build", 1
-              if disabled("sm2");
+        if disabled("sm2");
 
     is(yes(cmdstr(app(["openssl", "ca", "-config",
                        $cnf,
index 4b889f8750ea6c7b7d1d1119eec7bfcae1ac8129..a69f53b606ba0466152b7a9ad48d69610e57b2e9 100644 (file)
@@ -350,7 +350,7 @@ sub testssl {
 
     subtest 'standard SSL tests' => sub {
         ######################################################################
-      plan tests => 13;
+        plan tests => 13;
 
       SKIP: {
           skip "SSLv3 is not supported by this OpenSSL build", 4