Commit e4861a66 authored by Lev Walkin's avatar Lev Walkin

AEX

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