Remove references to o_time.h
[openssl.git] / crypto / asn1 / a_bytes.c
index 8d13f9c93113a80c116dc8b6b0a26438c95b7861..92d630cdbaf8b1be5ad83d303d4b6a87a16b8fab 100644 (file)
@@ -79,7 +79,7 @@ ASN1_STRING *d2i_ASN1_type_bytes(ASN1_STRING **a, const unsigned char **pp,
 
        if (tag >= 32)
                {
-               i=ASN1_R_TAG_VALUE_TOO_HIGH;;
+               i=ASN1_R_TAG_VALUE_TOO_HIGH;
                goto err;
                }
        if (!(ASN1_tag2bit(tag) & type))