mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-24 02:55:30 +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(
|
||||
Base::ENGINE_INTERNAL => 'internal',
|
||||
Base::ENGINE_MCRYPT => 'mcrypt',
|
||||
Base::ENINE_OPENSSL => 'OpenSSL',
|
||||
Base::ENGINE_OPENSSL => 'OpenSSL',
|
||||
);
|
||||
|
||||
// tests from https://www.schneier.com/code/vectors.txt
|
||||
|
Loading…
Reference in New Issue
Block a user