mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 18:25:13 +00:00
Tests/Blowfish - fix typo
This commit is contained in:
parent
a530152628
commit
1fa4734acd
@ -15,7 +15,7 @@ class Unit_Crypt_BlowfishTest extends PhpseclibTestCase
|
|||||||
$engines = array(
|
$engines = array(
|
||||||
Base::ENGINE_INTERNAL => 'internal',
|
Base::ENGINE_INTERNAL => 'internal',
|
||||||
Base::ENGINE_MCRYPT => 'mcrypt',
|
Base::ENGINE_MCRYPT => 'mcrypt',
|
||||||
Base::ENINE_OPENSSL => 'OpenSSL',
|
Base::ENGINE_OPENSSL => 'OpenSSL',
|
||||||
);
|
);
|
||||||
|
|
||||||
// tests from https://www.schneier.com/code/vectors.txt
|
// tests from https://www.schneier.com/code/vectors.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user