Snippets for apmod:auth-kerb 5.4 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/ap24-mod_auth_kerb2/5.4_9/150amd64-default.log.
-
src/mod_auth_kerb.c:1802:10: warning: call to undeclared function 'krb5_rc_resolve_full'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1802 | ret = krb5_rc_resolve_full(context, &id, "none:"); | ^ -
src/mod_auth_kerb.c:1806:7: warning: call to undeclared function 'krb5_rc_destroy'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1806 | krb5_rc_destroy(context, id); | ^