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

AEX

parent 1e448d3d
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,8 @@ asn1p_constraint_type2str(enum asn1p_constraint_type_e type) {
return "INTERSECTION";
case ACT_CA_EXC:
return "EXCEPT";
case ACT_CA_AEX:
return "ALL EXCEPT";
}
return "UNKNOWN";
}
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