mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Don't declare krb5_mcc_ops, it's already declared in <krb5.h>
This commit is contained in:
parent
a397544c6b
commit
55589c84e2
1 changed files with 0 additions and 2 deletions
|
|
@ -225,8 +225,6 @@ __FBSDID("$FreeBSD$");
|
|||
#define COMPAT_HEIMDAL
|
||||
/* #define COMPAT_MIT */
|
||||
|
||||
extern krb5_cc_ops krb5_mcc_ops;
|
||||
|
||||
static int verify_krb_v5_tgt(krb5_context, krb5_ccache, char *, int);
|
||||
static void cleanup_cache(pam_handle_t *, void *, int);
|
||||
static const char *compat_princ_component(krb5_context, krb5_principal, int);
|
||||
|
|
|
|||
Loading…
Reference in a new issue