aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/bytestring.h
diff options
context:
space:
mode:
authorVictor Vasiliev <vasilvv@google.com>2017-03-16 17:46:26 -0400
committerCQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>2017-03-16 21:57:58 +0000
commit438229a8d724058cb4de1af6814204f03ce734ed (patch)
treec0426d207e77060113b957888f9bab493c4e2e46 /include/openssl/bytestring.h
parent48e1d180a46b8caaf6b4619db07d078fb7cbcc60 (diff)
downloadboringssl-438229a8d724058cb4de1af6814204f03ce734ed.zip
boringssl-438229a8d724058cb4de1af6814204f03ce734ed.tar.gz
boringssl-438229a8d724058cb4de1af6814204f03ce734ed.tar.bz2
Correct a typo in ASN.1 type name.
Change-Id: I5879d78ce22163c66bf8e4c05f3a7d1b6dbbd9d9 Reviewed-on: https://boringssl-review.googlesource.com/14304 Reviewed-by: Steven Valdez <svaldez@google.com> Commit-Queue: Steven Valdez <svaldez@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
Diffstat (limited to 'include/openssl/bytestring.h')
-rw-r--r--include/openssl/bytestring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/bytestring.h b/include/openssl/bytestring.h
index bab268b..4aea6bf 100644
--- a/include/openssl/bytestring.h
+++ b/include/openssl/bytestring.h
@@ -138,7 +138,7 @@ OPENSSL_EXPORT int CBS_get_u24_length_prefixed(CBS *cbs, CBS *out);
#define CBS_ASN1_SET (0x11 | CBS_ASN1_CONSTRUCTED)
#define CBS_ASN1_NUMERICSTRING 0x12
#define CBS_ASN1_PRINTABLESTRING 0x13
-#define CBS_ASN1_T16STRING 0x14
+#define CBS_ASN1_T61STRING 0x14
#define CBS_ASN1_VIDEOTEXSTRING 0x15
#define CBS_ASN1_IA5STRING 0x16
#define CBS_ASN1_UTCTIME 0x17