]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/asn1/tasn_dec.c
Preliminary streaming ASN1 encode support.
[thirdparty/openssl.git] / crypto / asn1 / tasn_dec.c
index f87c08793aa5fb9fba0ae240b469eb3d3882ec69..a9b1d9ef811aa569f5f6b47915be060e6a86a52f 100644 (file)
@@ -289,6 +289,7 @@ int ASN1_item_ex_d2i(ASN1_VALUE **pval, unsigned char **in, long len, const ASN1
                                goto auxerr;
                return 1;
 
+               case ASN1_ITYPE_NDEF_SEQUENCE:
                case ASN1_ITYPE_SEQUENCE:
                p = *in;
                tmplen = len;