Completed
Push — development ( 8fd89f...6a24df )
by Nils
07:31
created
includes/libraries/Authentication/phpseclib/Crypt/RSA/PKCS.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use ParagonIE\ConstantTime\Hex;
20 20
 use phpseclib\Crypt\Common\BlockCipher;
21 21
 use phpseclib\Crypt\AES;
22
-use phpseclib\Crypt\Base;
23 22
 use phpseclib\Crypt\DES;
24 23
 use phpseclib\Crypt\TripleDES;
25 24
 use phpseclib\Math\BigInteger;
Please login to merge, or discard this patch.
includes/libraries/Authentication/phpseclib/Crypt/RSA/PKCS1.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -26,10 +26,8 @@
 block discarded – undo
26 26
 
27 27
 use ParagonIE\ConstantTime\Base64;
28 28
 use ParagonIE\ConstantTime\Hex;
29
-use phpseclib\Crypt\AES;
30 29
 use phpseclib\Crypt\DES;
31 30
 use phpseclib\Crypt\Random;
32
-use phpseclib\Crypt\TripleDES;
33 31
 use phpseclib\Math\BigInteger;
34 32
 use phpseclib\Common\Functions\ASN1;
35 33
 
Please login to merge, or discard this patch.
includes/libraries/Authentication/phpseclib/Net/SSH1.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@
 block discarded – undo
48 48
 
49 49
 namespace phpseclib\Net;
50 50
 
51
-use ParagonIE\ConstantTime\Hex;
52 51
 use phpseclib\Crypt\DES;
53 52
 use phpseclib\Crypt\Random;
54 53
 use phpseclib\Crypt\TripleDES;
Please login to merge, or discard this patch.
sources/items.queries.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,6 @@
 block discarded – undo
79 79
 // phpcrypt
80 80
 require_once $_SESSION['settings']['cpassman_dir'] . '/includes/libraries/phpcrypt/phpCrypt.php';
81 81
 use PHP_Crypt\PHP_Crypt as PHP_Crypt;
82
-use PHP_Crypt\Cipher as Cipher;
83 82
 
84 83
 // prepare Encryption class calls
85 84
 use \Defuse\Crypto\Crypto;
Please login to merge, or discard this patch.
sources/main.functions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
     require_once $_SESSION['settings']['cpassman_dir'] . '/includes/config/settings.php';
26 26
 }
27 27
 use PHP_Crypt\PHP_Crypt as PHP_Crypt;
28
-use PHP_Crypt\Cipher as Cipher;
29 28
 
30 29
 
31 30
 // prepare Encryption class calls
Please login to merge, or discard this patch.