Skip to content

Commit

Permalink
C++: make RFC4511 identifiers C++-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandegroot committed Jun 23, 2017
1 parent 4b8a3ba commit 7491277
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rfc/rfc4511.asn1
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@

--asn1ate: intermediate form, look at tags to know how to process
FilterOperation ::= CHOICE {
and [0] SET SIZE (1..MAX) OF filter Filter,
or [1] SET SIZE (1..MAX) OF filter Filter,
not [2] Filter,
andFilter [0] SET SIZE (1..MAX) OF filter Filter,
orFilter [1] SET SIZE (1..MAX) OF filter Filter,
notFilter [2] Filter,
equalityMatch [3] AttributeValueAssertion,
substrings [4] SubstringFilter,
greaterOrEqual [5] AttributeValueAssertion,
Expand Down

0 comments on commit 7491277

Please sign in to comment.