mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-03 10:08:04 +01:00
Merge branch '2.0' into 3.0
This commit is contained in:
commit
d979777a60
@ -132,6 +132,16 @@ abstract class ASN1
|
||||
*/
|
||||
private static $encoded;
|
||||
|
||||
/**
|
||||
* Current Location of most recent ASN.1 encode process
|
||||
*
|
||||
* Useful for debug purposes
|
||||
*
|
||||
* @var array
|
||||
* @see self::encode_der()
|
||||
*/
|
||||
var $location;
|
||||
|
||||
/**
|
||||
* Type mapping table for the ANY type.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user