summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Auth
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-06-30 09:13:36 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-06-30 09:13:36 +0200
commite3127b8899575ead3c256d09657898bc0fc13a82 (patch)
treed8efa81696c12b18fcb9522521e76f3b1179d41d /apps/files_external/lib/Lib/Auth
parent25e08bc8a0037a3332d016f0491fff4da7b04b2c (diff)
downloadnextcloud-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.php2
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;