]> git.ipfire.org Git - thirdparty/krb5.git/commit
Don't use "bool" for ASN.1 boolean macros
authorNate Rosenblum <nater@maginatics.com>
Tue, 14 May 2013 03:26:31 +0000 (20:26 -0700)
committerGreg Hudson <ghudson@mit.edu>
Tue, 14 May 2013 04:03:08 +0000 (00:03 -0400)
commit1799f7b5d9cf4390148248d603d99a3695ddfafe
treedecfbc5ee226e7ada51f82dfae41edd73223ed38
parent19c9cc879c6fdc9420d3d9e9fb3affbb692668b9
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.

ticket: 7525
src/lib/krb5/asn.1/asn1_k_encode.c