set string type when embedding
[openssl.git] / crypto / asn1 / tasn_new.c
index 33a8e97442ec19684d7d030a28d2af41105f79c0..6a2ad62d70c37d9f9206e0f8d1577e654ec9e62b 100644 (file)
@@ -352,6 +352,7 @@ static int asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
         if (embed) {
             str = *(ASN1_STRING **)pval;
             memset(str, 0, sizeof(*str));
+            str->type = utype;
             str->flags = ASN1_STRING_FLAG_EMBED;
         } else {
             str = ASN1_STRING_type_new(utype);