Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 581 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 Committer: Greg Hudson Commit: 1799f7b5d9cf4390148248d603d99a3695ddfafe Branch: master src/lib/krb5/asn.1/asn1_k_encode.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)