From: Jouni Malinen Date: Sat, 13 Mar 2021 21:00:45 +0000 (+0200) Subject: ASN.1: Fix a typo in a not-used tag name X-Git-Tag: hostap_2_10~426 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4481b03ee37be237ebb0547ff03e2219e95cbacc;p=thirdparty%2Fhostap.git ASN.1: Fix a typo in a not-used tag name Signed-off-by: Jouni Malinen --- 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