Skip to content

Commit

Permalink
clang-format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Apr 4, 2024
1 parent 6e0cf15 commit 8b77123
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cpp/test/IceSSL/configuration/AllTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3286,8 +3286,7 @@ allTests(Test::TestHelper* helper, const string& /*testDir*/, bool p12)
"SUBJECTKEYID:'EB 4A 7A 79 09 65 0F 45 40 E8 8C E6 A8 27 74 34 AB EA AF 48'",
"SERIAL:01",
"SERIAL:01 LABEL:Server",
0
};
0};

const char* failFindCertProperties[] = {
"nolabel",
Expand All @@ -3301,8 +3300,7 @@ allTests(Test::TestHelper* helper, const string& /*testDir*/, bool p12)
"SUBJECTKEYID:'a6 42 aa 17 04 41 86 56 67 e4 04 64 59 34 30 c7 4c 6b ef ff'",
"SERIAL:04",
"SERIAL:04 LABEL:Client",
0
};
0};

const char* certificates[] = {"/s_rsa_ca1.p12", "/c_rsa_ca1.p12", 0};
ImportCerts import(defaultDir, certificates);
Expand Down

0 comments on commit 8b77123

Please sign in to comment.