From 05a564c1368a8251002a0c47f5abe024de240641 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Thu, 30 Jul 2020 15:42:02 +0200 Subject: [PATCH] Return false by default --- phpseclib/Crypt/RSA.php | 2 ++ 1 file changed, 2 insertions(+) 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; } /**