Re: boolean default true

2002-03-07 Thread Dr S N Henson
Vadim Fedukovich wrote: Hello, would this construct ASN1_SEQUENCE(SomeTypeDefinition) = { ASN1_IMP(, someFieldName, ASN1_FBOOLEAN, N) be fine for someFieldName [N] BOOLEAN DEFAULT FALSE in ASN.1? Should one use ASN1_IMP_OPT() instead? You should always use OPT with the

Re: boolean default true

2002-03-07 Thread Vadim Fedukovich
On Thu, 7 Mar 2002, Dr S N Henson wrote: Vadim Fedukovich wrote: Hello, would this construct ASN1_SEQUENCE(SomeTypeDefinition) = { ASN1_IMP(, someFieldName, ASN1_FBOOLEAN, N) be fine for someFieldName [N] BOOLEAN DEFAULT FALSE in ASN.1? Should one use ASN1_IMP_OPT()