23f553ffd5fb14081c82220e0630e2436053f679
TRUE/FALSE may not be defined, so emitting those symbols when generating code for `... BOOLEAN DEFAULT TRUE -- or FALSE` causes the generated code to fail to compile. We could move the definitions of TRUE/FALSE to krb5-types.h, or maybe we could have an asn1_compile option to force inclusion of more than one header file so we can have headers defining such constants. But the simplest fix is to just emit 1/0 instead of TRUE/FALSE. This explains why some BOOLEAN DEFAULT usages in PKIX are made OPTIONAL in Heimdal.
Heimdal
Heimdal is an implementation of:
- ASN.1/DER,
- PKIX, and
- Kerberos.
For information how to install see here.
There are man pages for most of the commands.
Bug reports and bugs are appreciated. Use GitHub issues.
For more information see the project homepage https://heimdal.software/heimdal/ or the mailing lists:
heimdal-announce@heimdal.software low-volume announcement heimdal-discuss@heimdal.software high-volume discussion
send mail to heimdal-announce-subscribe@heimdal.software and heimdal-discuss-subscribe@heimdal.software respectively to subscribe.
Build Status
Description
Languages
C
92.1%
Roff
2.8%
Shell
2.3%
Makefile
0.7%
M4
0.5%
Other
1.4%