Needed to update these

This commit is contained in:
2024-07-23 16:49:02 -04:00
parent e2eade1456
commit d35dd97490
2 changed files with 6 additions and 0 deletions

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