Remove unused member

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2017-06-30 09:13:36 +02:00
parent 25e08bc8a0
commit e3127b8899
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@ use \phpseclib\Crypt\RSA as RSACrypt;
*/
class RSA extends AuthMechanism {
const CREATE_KEY_BITS = 1024;
/** @var IConfig */
private $config;