X509: load Math/BigInteger for ASN1 description

This commit is contained in:
terrafrost 2013-07-30 16:07:40 -05:00
parent 25a60ff9a3
commit 73f167e99e

View File

@ -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