Skip to content

Commit 942b11a

Browse files
committed
fix test
1 parent e4bdd6f commit 942b11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/tests/bug28382.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (OPENSSL_VERSION_NUMBER<0x009070af) die("skip");
77
?>
88
--FILE--
99
<?php
10-
$cert = file_get_contents(dirname(__FILE__) . "/bug28382cert.txt", "rb");
10+
$cert = file_get_contents(dirname(__FILE__) . "/bug28382cert.txt");
1111
$ext = openssl_x509_parse($cert);
1212
var_dump($ext['extensions']);
1313
?>

0 commit comments

Comments
 (0)