1
0
mirror of https://github.com/danog/tgseclib.git synced 2025-01-23 06:21:16 +01:00

Merge pull request #365 from bantu/x509-missing-use-biginteger

Add missing use BigInteger statement to X509.

* bantu/x509-missing-use-biginteger:
  Add missing use BigInteger statement to X509.
This commit is contained in:
Andreas Fischer 2014-06-05 17:16:13 +02:00
commit 135d1c6f06

View File

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