mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 03:27:31 +00:00
Blowfish: syntax error
This commit is contained in:
parent
69614034ec
commit
9a55ab1892
@ -370,6 +370,7 @@ class Crypt_Blowfish extends Crypt_Base
|
||||
* @param String $key
|
||||
*/
|
||||
function setKey($key)
|
||||
{
|
||||
$keylength = strlen($key);
|
||||
|
||||
if (!$keylength) {
|
||||
|
Loading…
Reference in New Issue
Block a user