Commit 8638f0d6 authored by Lev Walkin's avatar Lev Walkin

preliminary WITH COMPONENTS printing support

parent c220fd49
......@@ -333,8 +333,11 @@ asn1print_constraint(asn1p_constraint_t *ct, enum asn1print_flags flags) {
printf(")");
break;
case ACT_CT_WCOMP:
printf("WITH COMPONENT ???");
break;
case ACT_CT_WCOMPS:
printf("???");
printf("WITH COMPONENTS { ??? }");
break;
case ACT_CT_CTDBY:
printf("CONSTRAINED BY ");
assert(ct->value->type == ATV_UNPARSED);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment