mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01:00
- add autoloading support to ASN1.php
This commit is contained in:
parent
46ac3b92f1
commit
de2691a281
@ -44,7 +44,9 @@
|
||||
/**
|
||||
* Include Math_BigInteger
|
||||
*/
|
||||
if (!class_exists('Math_BigInteger')) {
|
||||
require_once('Math/BigInteger.php');
|
||||
}
|
||||
|
||||
/**#@+
|
||||
* Tag Classes
|
||||
|
Loading…
x
Reference in New Issue
Block a user