]> granicus.if.org Git - php/commitdiff
Revert "Skip new OpenSSL ECC tests on 32bit"
authorDmitry Stogov <dmitry@zend.com>
Wed, 29 Jun 2016 08:43:31 +0000 (11:43 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 29 Jun 2016 08:43:31 +0000 (11:43 +0300)
This reverts commit 0a4f89bc292c3c82ff719cd79e66ef96c2079526.

ext/openssl/tests/029.phpt
ext/openssl/tests/ecc.phpt

index 277721d6ba227a716ad3dbe524ebeca12b3ad330..cf43e0e5387a7d202378488d8df67d006ccdb8ee 100644 (file)
@@ -4,7 +4,6 @@ openssl_pkey_new() with EC key
 <?php
 if (!extension_loaded("openssl")) die("skip");
 if (!defined("OPENSSL_KEYTYPE_EC")) die("skip no EC available");
-if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
index a3924d3d50fce59b008cb627283398754e0bfec9..5df01304f00c3117a3c6dc9bf03e22fcf58e6e70 100644 (file)
@@ -1,10 +1,7 @@
 --TEST--
 openssl_*() with OPENSSL_KEYTYPE_EC
 --SKIPIF--
-<?php
-if (!extension_loaded("openssl") && !defined("OPENSSL_KEYTYPE_EC")) print "skip";
-if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
-?>
+<?php if (!extension_loaded("openssl") && !defined("OPENSSL_KEYTYPE_EC")) print "skip"; ?>
 --FILE--
 <?php
 $args = array(