diff options
Diffstat (limited to 'include/salmon.php')
-rw-r--r-- | include/salmon.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/salmon.php b/include/salmon.php index f1cef0a49..3ccae2756 100644 --- a/include/salmon.php +++ b/include/salmon.php @@ -114,8 +114,6 @@ EOT; // Setup RSA stuff to PKCS#1 sign the data - set_include_path(get_include_path() . PATH_SEPARATOR . 'library/phpsec'); - require_once('library/phpsec/Crypt/RSA.php'); $rsa = new CRYPT_RSA(); |