From 4481b03ee37be237ebb0547ff03e2219e95cbacc Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 13 Mar 2021 23:00:45 +0200 Subject: [PATCH] ASN.1: Fix a typo in a not-used tag name Signed-off-by: Jouni Malinen --- src/tls/asn1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tls/asn1.h b/src/tls/asn1.h index 6878a4f26..d64b74c1b 100644 --- a/src/tls/asn1.h +++ b/src/tls/asn1.h @@ -27,7 +27,7 @@ #define ASN1_TAG_SET 0x11 #define ASN1_TAG_NUMERICSTRING 0x12 /* not yet parsed */ #define ASN1_TAG_PRINTABLESTRING 0x13 -#define ASN1_TAG_TG1STRING 0x14 /* not yet parsed */ +#define ASN1_TAG_T61STRING 0x14 /* not yet parsed */ #define ASN1_TAG_VIDEOTEXSTRING 0x15 /* not yet parsed */ #define ASN1_TAG_IA5STRING 0x16 #define ASN1_TAG_UTCTIME 0x17