oops typo

This commit is contained in:
Philippe Teuwen 2019-04-10 22:47:18 +02:00
parent 0fe323de80
commit 3cd047be5d

View file

@ -48,10 +48,10 @@ struct asn1_tag {
static const struct asn1_tag asn1_tags[] = {
// internal
{ 0x00, "Unknown ???", ASN1_TAG_GENERIC },
{ 0x00, "Unknown ???", ASN1_TAG_GENERIC },
// ASN.1
{ 0x01, "BOOLEAN", ASN1_TAG_BOLEAN },
{ 0x01, "BOOLEAN", ASN1_TAG_BOOLEAN },
{ 0x02, "INTEGER", ASN1_TAG_INTEGER },
{ 0x03, "BIT STRING", ASN1_TAG_GENERIC },
{ 0x04, "OCTET STRING", ASN1_TAG_OCTET_STRING },