Commit 9bda7288 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Don't indicate errors during initial adb decode.



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
(cherry picked from commit b3858896)
parent 6c6bd9bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -400,7 +400,7 @@ int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
            if (tt->flags & ASN1_TFLG_ADB_MASK) {
                const ASN1_TEMPLATE *seqtt;
                ASN1_VALUE **pseqval;
                seqtt = asn1_do_adb(pval, tt, 1);
                seqtt = asn1_do_adb(pval, tt, 0);
                if (seqtt == NULL)
                    continue;
                pseqval = asn1_get_field_ptr(pval, seqtt);