From 74912778523ce6e2f4959725cd88a852fb70d88a Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 23 Jun 2017 12:39:17 +0200 Subject: [PATCH] C++: make RFC4511 identifiers C++-compatible --- rfc/rfc4511.asn1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rfc/rfc4511.asn1 b/rfc/rfc4511.asn1 index 4100299..ec95b7c 100644 --- a/rfc/rfc4511.asn1 +++ b/rfc/rfc4511.asn1 @@ -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,