Skip to content

Commit 234b986

Browse files
committed
Fix IceSSL/configuration test failure
1 parent 52da60d commit 234b986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/test/IceSSL/configuration/AllTests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,14 +1705,14 @@ allTests(Test::TestHelper* helper, const string& /*testDir*/, bool p12)
17051705
"04:14:13:FA:72:67:FE:34:05:9A:C9:3E:61:D2:91:D6:BA:03:65:1B:8A:9A";
17061706

17071707
const string authorityKeyIdentifier =
1708-
"30:81:A2:80:14:13:FA:72:67:FE:34:05:9A:C9:3E:61:D2:91:D6:BA:03:65:"
1708+
"30:81:AD:80:14:13:FA:72:67:FE:34:05:9A:C9:3E:61:D2:91:D6:BA:03:65:"
17091709
"1B:8A:9A:A1:7F:A4:7D:30:7B:31:0B:30:09:06:03:55:04:06:13:02:55:53:"
17101710
"31:10:30:0E:06:03:55:04:08:0C:07:46:6C:6F:72:69:64:61:31:10:30:0E:"
17111711
"06:03:55:04:07:0C:07:4A:75:70:69:74:65:72:31:0E:30:0C:06:03:55:04:"
17121712
"0A:0C:05:5A:65:72:6F:43:31:0C:30:0A:06:03:55:04:0B:0C:03:49:63:65:"
17131713
"31:0B:30:09:06:03:55:04:03:0C:02:43:41:31:1D:30:1B:06:09:2A:86:48:"
17141714
"86:F7:0D:01:09:01:16:0E:69:6E:66:6F:40:7A:65:72:6F:63:2E:63:6F:6D:"
1715-
"82:09:00:EA:2A:B7:FB:3B:A3:DF:5A";
1715+
"82:14:7C:42:21:39:C9:B9:EE:71:00:F6:E2:3D:75:6C:AB:F3:17:EC:39:BC";
17161716

17171717
const string subjectAltName =
17181718
"30:0B:82:09:7A:65:72:6F:63:2E:63:6F:6D";

0 commit comments

Comments
 (0)