projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd70a2c
)
Minor fix: Missing quotes in openssl test case for bug bug64802
author
Dominic Luechinger
<doldev@snowgarden.ch>
Tue, 18 Nov 2014 21:12:37 +0000
(22:12 +0100)
committer
Stanislav Malyshev
<stas@php.net>
Sun, 23 Nov 2014 23:15:49 +0000
(15:15 -0800)
ext/openssl/tests/bug64802.phpt
patch
|
blob
|
history
diff --git
a/ext/openssl/tests/bug64802.phpt
b/ext/openssl/tests/bug64802.phpt
index be0b5f9b5b08728ba20e162e3e81df63224016e8..3a1e4fb03ce7850d0f59d436b1964b684fa2a762 100644
(file)
--- a/
ext/openssl/tests/bug64802.phpt
+++ b/
ext/openssl/tests/bug64802.phpt
@@
-3,7
+3,7
@@
Bug #64802: openssl_x509_parse fails to parse subject properly in some cases
--SKIPIF--
<?php
if (!extension_loaded("openssl")) die("skip");
-if (!defined(
OPENSSL_KEYTYPE_EC)) die("skip no EC available
);
+if (!defined(
'OPENSSL_KEYTYPE_EC')) die("skip no EC available"
);
?>
--FILE--
<?php