Skip to content

Commit cb55ac1

Browse files
committed
Fix test for change to sname
1 parent cf5926f commit cb55ac1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ext/openssl/tests/openssl_oid_lookup_basic.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ array(3) {
1818
["sname"]=>
1919
string(2) "CN"
2020
}
21-
array(2) {
21+
array(3) {
2222
["oid"]=>
2323
string(20) "1.2.840.113549.1.9.8"
24+
["sname"]=>
25+
string(19) "unstructuredAddress"
2426
["lname"]=>
2527
string(19) "unstructuredAddress"
2628
}

0 commit comments

Comments
 (0)