summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/asn1.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ipxe/asn1.h b/src/include/ipxe/asn1.h
index 7bfba6066..7b0aacb5d 100644
--- a/src/include/ipxe/asn1.h
+++ b/src/include/ipxe/asn1.h
@@ -75,6 +75,9 @@ struct asn1_builder_header {
/** ASN.1 enumeration */
#define ASN1_ENUMERATED 0x0a
+/** ASN.1 UTF-8 string */
+#define ASN1_UTF8_STRING 0x0c
+
/** ASN.1 UTC time */
#define ASN1_UTC_TIME 0x17