Added asn1 decoder version numbers

This commit is contained in:
2024-07-12 09:02:28 -04:00
parent 9f1fe21801
commit b5970fe94d

View File

@ -16,6 +16,10 @@
* defines
*****************************************************************************/
#define ASN1_MAJOR_VERSION 0
#define ASN1_MINOR_VERSION 1
#define ASN1_FAST_VERSION "0.1"
#define ASN1_UPER_ALIGNED 0
#define ASN1_APER_ALIGNED 1
#define ASN1_OER_ALIGNED 2