mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-20 04:00:55 +00:00
Tests/RC4: engines weren't being set correctly
This commit is contained in:
parent
31dcbc919c
commit
7c5e7a0a72
@ -12,9 +12,9 @@ class Unit_Crypt_RC4_TestCase extends PhpseclibTestCase
|
||||
public function engineVectors()
|
||||
{
|
||||
$engines = array(
|
||||
'CRYPT_ENGINE_INTERNAL' => 'internal',
|
||||
'CRYPT_ENGINE_MCRYPT' => 'mcrypt',
|
||||
'CRYPT_ENGINE_OPENSSL' => 'OpenSSL',
|
||||
CRYPT_ENGINE_INTERNAL => 'internal',
|
||||
CRYPT_ENGINE_MCRYPT => 'mcrypt',
|
||||
CRYPT_ENGINE_OPENSSL => 'OpenSSL',
|
||||
);
|
||||
// tests from https://tools.ietf.org/html/rfc6229
|
||||
$tests = array(
|
||||
|
Loading…
Reference in New Issue
Block a user