summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/mk_cred.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@toad.com>1995-02-28 09:21:46 +0000
committerJohn Gilmore <gnu@toad.com>1995-02-28 09:21:46 +0000
commitef90d8fb6d87241ab82560131c1268e50a2c9c7f (patch)
tree58113353a351c0f286285ad557da9f1ed28be0c5 /src/lib/krb5/krb/mk_cred.c
parent0120342539d5bf6314175d43c74ad2a8fb1ce920 (diff)
downloadkrb5-ef90d8fb6d87241ab82560131c1268e50a2c9c7f.tar.gz
krb5-ef90d8fb6d87241ab82560131c1268e50a2c9c7f.tar.xz
krb5-ef90d8fb6d87241ab82560131c1268e50a2c9c7f.zip
* *.c: Avoid <krb5/...> includes.
* parse.c: Exdent #ifndef to left margin for old compilers. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5015 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb/mk_cred.c')
-rw-r--r--src/lib/krb5/krb/mk_cred.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/krb5/krb/mk_cred.c b/src/lib/krb5/krb/mk_cred.c
index 668c91f8d..b43268056 100644
--- a/src/lib/krb5/krb/mk_cred.c
+++ b/src/lib/krb5/krb/mk_cred.c
@@ -28,10 +28,7 @@
/* XXX Once we finalize the API, it should go into func-proto.h and */
/* into the API doc. */
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <krb5/asn1.h>
+#include "k5-int.h"
/* Create asn.1 encoded KRB-CRED message from the kdc reply. */
krb5_error_code INTERFACE