We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d37ea commit 917cbbdCopy full SHA for 917cbbd
1 file changed
lib/Service/Install/SignSetupService.php
@@ -17,8 +17,8 @@
17
use OCA\Libresign\Exception\LibresignException;
18
use OCA\Libresign\Exception\SignatureDataNotFoundException;
19
use OCA\Libresign\Handler\CertificateEngine\CertificateHelper;
20
-use OCA\Libresign\Vendor\phpseclib\Crypt\RSA;
21
-use OCA\Libresign\Vendor\phpseclib\File\X509;
+use OCA\Libresign\Vendor\phpseclib3\Crypt\RSA;
+use OCA\Libresign\Vendor\phpseclib3\File\X509;
22
use OCP\App\IAppManager;
23
use OCP\Files\AppData\IAppDataFactory;
24
use OCP\Files\IAppData;
0 commit comments