mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 23:31:00 +00:00
Add missing use BigInteger statement to X509.
This commit is contained in:
parent
2a9d7e5e03
commit
b217994534
@ -42,6 +42,8 @@
|
|||||||
* @link http://phpseclib.sourceforge.net
|
* @link http://phpseclib.sourceforge.net
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
use \phpseclib\Math\BigInteger;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Include File_ASN1
|
* Include File_ASN1
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user