der: add new enum element for context-specific encodings

This commit is contained in:
Steffen Jaeckel
2014-10-06 18:32:59 +02:00
parent f0a1235614
commit 2d8933e4f1
8 changed files with 11 additions and 0 deletions
+1
View File
@@ -462,6 +462,7 @@ typedef enum ltc_asn1_type_ {
LTC_ASN1_RAW_BIT_STRING,
LTC_ASN1_TELETEX_STRING,
LTC_ASN1_CONSTRUCTED,
LTC_ASN1_CONTEXT_SPECIFIC,
} ltc_asn1_type;
/** A LTC ASN.1 list type */