diff options
author | Friendika <info@friendika.com> | 2011-08-07 16:15:54 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-07 16:15:54 -0700 |
commit | 48ffa880f099b19052f18e399bf6af50780a24b0 (patch) | |
tree | 48f5e9b52b425af937b5ae2511aaaf6968e0b666 /include/salmon.php | |
parent | aa3a14ec36db5f9df9d0ec27c607a994451fc845 (diff) | |
download | volse-hubzilla-48ffa880f099b19052f18e399bf6af50780a24b0.tar.gz volse-hubzilla-48ffa880f099b19052f18e399bf6af50780a24b0.tar.bz2 volse-hubzilla-48ffa880f099b19052f18e399bf6af50780a24b0.zip |
cleanup
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(); |