diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-06-30 09:13:36 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-06-30 09:13:36 +0200 |
commit | e3127b8899575ead3c256d09657898bc0fc13a82 (patch) | |
tree | d8efa81696c12b18fcb9522521e76f3b1179d41d /apps/files_external/lib/Lib/Auth | |
parent | 25e08bc8a0037a3332d016f0491fff4da7b04b2c (diff) | |
download | nextcloud-server-e3127b8899575ead3c256d09657898bc0fc13a82.tar.gz nextcloud-server-e3127b8899575ead3c256d09657898bc0fc13a82.zip |
Remove unused member
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_external/lib/Lib/Auth')
-rw-r--r-- | apps/files_external/lib/Lib/Auth/PublicKey/RSA.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php b/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php index 6e7ab0e6fde..8dedf8c5196 100644 --- a/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php +++ b/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php @@ -35,8 +35,6 @@ use \phpseclib\Crypt\RSA as RSACrypt; */ class RSA extends AuthMechanism { - const CREATE_KEY_BITS = 1024; - /** @var IConfig */ private $config; |