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