On Wed, Mar 13, 2024 at 12:36:37PM +0100, Lucas Nussbaum wrote:
> > gssapi.c:1600:9: error: implicit declaration of function 
> > ‘gsskrb5_register_acceptor_identity’ [-Werror=implicit-function-declaration]
> >  1600 |         gsskrb5_register_acceptor_identity(keytab_path);
> >       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The function should be declared in <gssapi/gssapi_krb5.h>, in this case it's
/usr/include/heimdal/gssapi/gssapi_krb5.h from heimdal-multidev, but
build-heimdal/config.h defines HAVE_GSSKRB5_REGISTER_ACCEPTOR_IDENTITY but
doesn't define HAVE_GSSAPI_GSSAPI_KRB5_H, so <gssapi/gssapi_krb5.h> is not
included but the code is compiled.

-- 
WBR, wRAR

Attachment: signature.asc
Description: PGP signature

Reply via email to