1
0
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:
terrafrost 2022-11-27 22:45:55 -06:00
commit d979777a60

View File

@ -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.
*