Skip to content

Commit 2497ae0

Browse files
committed
Don't check for precise length in ecc.phpt
Again, this can be off by one.
1 parent 12922f2 commit 2497ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/tests/ecc.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ resource(%d) of type (OpenSSL X.509 CSR)
9999
bool(false)
100100
array(1) {
101101
["d"]=>
102-
string(48) "%a"
102+
string(%d) "%a"
103103
}
104104
resource(%d) of type (OpenSSL X.509)
105105
Testing openssl_x509_check_private_key

0 commit comments

Comments
 (0)