Add missing use BigInteger statement to X509.

This commit is contained in:
Andreas Fischer 2014-06-05 17:08:36 +02:00
parent 2a9d7e5e03
commit b217994534

View File

@ -42,6 +42,8 @@
* @link http://phpseclib.sourceforge.net
*/
use \phpseclib\Math\BigInteger;
/**
* Include File_ASN1
*/