mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 07:10:57 +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
|
* @param String $key
|
||||||
*/
|
*/
|
||||||
function setKey($key)
|
function setKey($key)
|
||||||
|
{
|
||||||
$keylength = strlen($key);
|
$keylength = strlen($key);
|
||||||
|
|
||||||
if (!$keylength) {
|
if (!$keylength) {
|
||||||
|
Loading…
Reference in New Issue
Block a user