Skip to content
Snippets Groups Projects
Commit 8638f0d6 authored by Lev Walkin's avatar Lev Walkin
Browse files

preliminary WITH COMPONENTS printing support

parent c220fd49
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment