include kerberos 4 headers here

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14916 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-24 13:48:37 +00:00
parent af99f6c862
commit 90930940d1
2 changed files with 12 additions and 0 deletions

View File

@@ -33,6 +33,13 @@
#include "hprop.h"
#ifdef KRB4
#include <krb.h>
#include <prot.h>
#define Principal Principal4
#include <krb_db.h>
#endif
RCSID("$Id$");
static int version_flag;

View File

@@ -36,6 +36,11 @@
RCSID("$Id$");
#ifdef KRB4
#include <krb.h>
#include <prot.h>
#define Principal Principal4
#include <krb_db.h>
static des_cblock mkey4;
static des_key_schedule msched4;