Return false by default

This commit is contained in:
Vincent Langlet 2020-07-30 15:42:02 +02:00
parent d077c7b296
commit 05a564c136

View File

@ -1624,6 +1624,8 @@ class Crypt_RSA
return $components;
}
return false;
}
/**