mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-03 10:08:04 +01:00
Tests: more typos
This commit is contained in:
parent
1fa4734acd
commit
4c8a56f2ad
@ -13,7 +13,7 @@ class Unit_Crypt_RC2Test extends PhpseclibTestCase
|
||||
var $engines = array(
|
||||
Base::ENGINE_INTERNAL => 'internal',
|
||||
Base::ENGINE_MCRYPT => 'mcrypt',
|
||||
Base::ENGINE_OPENSL => 'OpenSSL',
|
||||
Base::ENGINE_OPENSSL => 'OpenSSL',
|
||||
);
|
||||
|
||||
public function engineVectors()
|
||||
|
@ -15,7 +15,7 @@ class Unit_Crypt_RC4Test extends PhpseclibTestCase
|
||||
$engines = array(
|
||||
Base::ENGINE_INTERNAL => 'internal',
|
||||
Base::ENGINE_MCRYPT => 'mcrypt',
|
||||
Base::ENGINE_MCRYPT => 'OpenSSL',
|
||||
Base::ENGINE_OPENSSL => 'OpenSSL',
|
||||
);
|
||||
// tests from https://tools.ietf.org/html/rfc6229
|
||||
$tests = array(
|
||||
|
Loading…
Reference in New Issue
Block a user