mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 23:31:00 +00: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:
commit
135d1c6f06
@ -42,6 +42,8 @@
|
||||
* @link http://phpseclib.sourceforge.net
|
||||
*/
|
||||
|
||||
use \phpseclib\Math\BigInteger;
|
||||
|
||||
/**
|
||||
* Include File_ASN1
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user