mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 10:15:14 +00:00
[topic/36062] Change unconditional includes to require_once in ASN1 and X509.
This commit is contained in:
parent
e484373a2b
commit
3e450fa978
@ -44,7 +44,7 @@
|
||||
/**
|
||||
* Include Math_BigInteger
|
||||
*/
|
||||
include('Math/BigInteger.php');
|
||||
require_once('Math/BigInteger.php');
|
||||
|
||||
/**#@+
|
||||
* Tag Classes
|
||||
|
@ -47,7 +47,7 @@
|
||||
/**
|
||||
* Include File_ASN1
|
||||
*/
|
||||
include('File/ASN1.php');
|
||||
require_once('File/ASN1.php');
|
||||
|
||||
/**
|
||||
* Flag to only accept signatures signed by certificate authorities
|
||||
|
Loading…
Reference in New Issue
Block a user