]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
ASN.1: Fix a typo in a not-used tag name
authorJouni Malinen <j@w1.fi>
Sat, 13 Mar 2021 21:00:45 +0000 (23:00 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 13 Mar 2021 21:15:55 +0000 (23:15 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/tls/asn1.h

index 6878a4f2663edc3b2f2660d01b5ccb7f1bb19daa..d64b74c1ba7732b396dc0ef52b4cfb5d9d26ddae 100644 (file)
@@ -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