krb5: remove krb5-v4compat.h

Kerberos v4 compatibility definitions are no longer required
in the source tree.
This commit is contained in:
Jeffrey Altman
2022-09-22 20:54:34 -04:00
parent 97eaa6cd01
commit 8b0c7ec09a
6 changed files with 5 additions and 153 deletions

View File

@@ -96,7 +96,6 @@
#endif
#ifdef KRB5
#include "crypto-headers.h"
#include <krb5-v4compat.h>
typedef struct credentials CREDENTIALS;
#endif /* KRB5 */
#ifndef NO_AFS