mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +00:00
X509: load Math/BigInteger for ASN1 description
This commit is contained in:
parent
25a60ff9a3
commit
73f167e99e
@ -306,6 +306,10 @@ class File_X509 {
|
||||
*/
|
||||
function File_X509()
|
||||
{
|
||||
if (!class_exists('Math_BigInteger')) {
|
||||
require_once('Math/BigInteger.php');
|
||||
}
|
||||
|
||||
// Explicitly Tagged Module, 1988 Syntax
|
||||
// http://tools.ietf.org/html/rfc5280#appendix-A.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user