Added asn1 decoder version numbers
This commit is contained in:
@ -16,6 +16,10 @@
|
|||||||
* defines
|
* defines
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
#define ASN1_MAJOR_VERSION 0
|
||||||
|
#define ASN1_MINOR_VERSION 1
|
||||||
|
#define ASN1_FAST_VERSION "0.1"
|
||||||
|
|
||||||
#define ASN1_UPER_ALIGNED 0
|
#define ASN1_UPER_ALIGNED 0
|
||||||
#define ASN1_APER_ALIGNED 1
|
#define ASN1_APER_ALIGNED 1
|
||||||
#define ASN1_OER_ALIGNED 2
|
#define ASN1_OER_ALIGNED 2
|
||||||
|
|||||||
Reference in New Issue
Block a user