mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-24 07:38:26 +00:00
fix bad merge
This commit is contained in:
parent
0676524dfd
commit
360afd93c8
@ -7,6 +7,10 @@
|
||||
|
||||
use phpseclib\Crypt\Hash;
|
||||
|
||||
if (version_compare(PHP_VERSION, '7.0', '>=')) {
|
||||
require 'SHA256Test.php';
|
||||
}
|
||||
|
||||
class Unit_Crypt_Hash_SHA256_96Test extends Unit_Crypt_Hash_SHA256Test
|
||||
{
|
||||
public function getInstance()
|
||||
|
@ -7,6 +7,10 @@
|
||||
|
||||
use phpseclib\Crypt\Hash;
|
||||
|
||||
if (version_compare(PHP_VERSION, '7.0', '>=')) {
|
||||
require 'SHA512Test.php';
|
||||
}
|
||||
|
||||
class Unit_Crypt_Hash_SHA512_96Test extends Unit_Crypt_Hash_SHA512Test
|
||||
{
|
||||
public function getInstance()
|
||||
|
Loading…
x
Reference in New Issue
Block a user