diff --git a/phpseclib/Crypt/RSA.php b/phpseclib/Crypt/RSA.php index 2fea3a921..db037fe42 100644 --- a/phpseclib/Crypt/RSA.php +++ b/phpseclib/Crypt/RSA.php @@ -1624,6 +1624,8 @@ function. As is, the definitive authority on this encoding scheme isn't the IET return $components; } + + return false; } /**