Skip to content

Commit

Permalink
Remove Crpt line
Browse files Browse the repository at this point in the history
  • Loading branch information
techseriadevs committed Nov 30, 2017
1 parent c397221 commit 9f1d84f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/GluuClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ public function __construct($provider_url = null, $client_id = null, $client_sec
if (!isset($_SESSION)) {
session_start();
}
if (!class_exists('\phpseclib\Crypt\RSA') && !class_exists('Crypt_RSA')) {
user_error('Unable to find phpseclib Crypt/RSA.php. Ensure phpseclib is installed and in include_path before you include this file');
}
$this->setProviderURL($provider_url);
$this->clientID = $client_id;
$this->clientSecret = $client_secret;
Expand Down

0 comments on commit 9f1d84f

Please sign in to comment.