Don't declare krb5_mcc_ops, it's already declared in <krb5.h>

This commit is contained in:
Dag-Erling Smørgrav 2002-05-12 07:06:27 +00:00
parent a397544c6b
commit 55589c84e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96444

View file

@ -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);