Fix for building mech_eap on Centos 6. (This should also work for Debian 7.)
authorDan Breslau <dbreslau@painless-security.com>
Fri, 28 Jul 2017 21:52:13 +0000 (17:52 -0400)
committerDan Breslau <dbreslau@painless-security.com>
Fri, 28 Jul 2017 21:55:18 +0000 (17:55 -0400)
commit80729efe17cf587c01e0a9dd0d6b43168a58579f
tree27494fc8a3521b7b84d74b22ae9659fa10e0aacd
parentfc78c30acf20d98c3b37dd953aae34d353406925
Fix for building mech_eap on Centos 6. (This should also work for Debian 7.)
The version of gssapi.h that comes with krb5 10.x is broken: Some declarations
that should have been pointers were structs instead. This fix detects that
problem during configure, and provides #defines to redirect to the correct
declarations.
acinclude.m4
mech_eap/gssapiP_eap.h
mech_eap/gssapi_headerfix.h [new file with mode: 0644]
mech_eap/util.h
mech_eap/util_attr.h