summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_bytes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1/a_bytes.c')
-rw-r--r--src/lib/libcrypto/asn1/a_bytes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/a_bytes.c b/src/lib/libcrypto/asn1/a_bytes.c
index 8d13f9c931..92d630cdba 100644
--- a/src/lib/libcrypto/asn1/a_bytes.c
+++ b/src/lib/libcrypto/asn1/a_bytes.c
@@ -79,7 +79,7 @@ ASN1_STRING *d2i_ASN1_type_bytes(ASN1_STRING **a, const unsigned char **pp,
79 79
80 if (tag >= 32) 80 if (tag >= 32)
81 { 81 {
82 i=ASN1_R_TAG_VALUE_TOO_HIGH;; 82 i=ASN1_R_TAG_VALUE_TOO_HIGH;
83 goto err; 83 goto err;
84 } 84 }
85 if (!(ASN1_tag2bit(tag) & type)) 85 if (!(ASN1_tag2bit(tag) & type))