summaryrefslogtreecommitdiff
path: root/src/crypto/bytestring
diff options
context:
space:
mode:
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: