[krbdev.mit.edu #7525] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Tue May 14 00:14:06 EDT 2013


Don't use "bool" for ASN.1 boolean macros

When building for IOS targets with clang, the stdbool.h header is
included by default. This header includes the following C99
definition:

    #define bool _Bool

which wrecks havoc with the DEFBOOLTYPE macro.

https://github.com/krb5/krb5/commit/1799f7b5d9cf4390148248d603d99a3695ddfafe
Author: Nate Rosenblum <nater at maginatics.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 1799f7b5d9cf4390148248d603d99a3695ddfafe
Branch: master
 src/lib/krb5/asn.1/asn1_k_encode.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)



More information about the krb5-bugs mailing list