summaryrefslogtreecommitdiff
path: root/src/crypto/bytestring
diff options
context:
space:
mode:
authorRobert Sloan <varomodt@google.com>2017-03-21 09:39:01 -0700
committerRobert Sloan <varomodt@google.com>2017-03-21 16:23:27 -0700
commit8ecb7cdb5c51e9ce89a04ed0f5285ce646b8b7eb (patch)
tree946cff3ebbcb18578651c217dac5f501bdfd3a15 /src/crypto/bytestring
parent1c9db5392e4ec0845f9a934061677636f5400d14 (diff)
downloadboringssl-8ecb7cdb5c51e9ce89a04ed0f5285ce646b8b7eb.tar.gz
external/boringssl: Sync to 2d05568a7b7bc62affbd13ea97a81b5829b99794.
This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/2070f8ad9151dc8f3a73bffaa146b5e6937a583f..2d05568a7b7bc62affbd13ea97a81b5829b99794 Test: BoringSSL CTS Presubmits Change-Id: Ib8174676671161667d54513df0f2dce7d70683ab
Diffstat (limited to 'src/crypto/bytestring')
-rw-r--r--src/crypto/bytestring/ber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/bytestring/ber.c b/src/crypto/bytestring/ber.c
index ee3cd0a0..54bac596 100644
--- a/src/crypto/bytestring/ber.c
+++ b/src/crypto/bytestring/ber.c
@@ -38,7 +38,7 @@ static int is_string_type(unsigned tag) {
case CBS_ASN1_UTF8STRING:
case CBS_ASN1_NUMERICSTRING:
case CBS_ASN1_PRINTABLESTRING:
- case CBS_ASN1_T16STRING:
+ case CBS_ASN1_T61STRING:
case CBS_ASN1_VIDEOTEXSTRING:
case CBS_ASN1_IA5STRING:
case CBS_ASN1_GRAPHICSTRING: