remove krb4 support

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24501 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-26 01:10:33 +00:00
parent 580ba0e781
commit 00c521c6e2
8 changed files with 9 additions and 389 deletions

View File

@@ -80,9 +80,6 @@ pop_auth_set_error(const char *message)
static struct auth_mech *methods[] = {
#ifdef KRB5
&gssapi_mech,
#endif
#ifdef KRB4
&krb4_mech,
#endif
NULL
};