mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-02 09:38:06 +01: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