git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@831 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2005-03-24 14:29:35 +00:00
parent e1e6ed87ee
commit 700d29f2e7
1 changed files with 2 additions and 0 deletions

View File

@ -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";
}