Revert "Skip new OpenSSL ECC tests on 32bit"

This reverts commit 0a4f89bc29.
This commit is contained in:
Dmitry Stogov 2016-06-29 11:43:31 +03:00
parent d53fa7f451
commit f5dbba0d54
2 changed files with 1 additions and 5 deletions

View 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

View 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(