Latest phpseclib stuff and moved into its own dir.

Source: https://github.com/phpseclib/phpseclib/
Commit: 77447a3fc7869773007fa3beeb8d6f8de842ec2a

There were bugs.
This commit is contained in:
Mikael Nordfeldth
2013-10-05 00:16:07 +02:00
parent 597eb97bec
commit 1795267df9
22 changed files with 15609 additions and 17020 deletions

View File

@@ -28,7 +28,7 @@
if (!defined('GNUSOCIAL')) { exit(1); }
set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . '/extlib/');
set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . '/extlib/phpseclib');
class FeedSubException extends Exception
{