add krb5_locl.h (since we just use some stuff from there)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8575 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-08 11:05:05 +00:00
parent 559dbe19df
commit b1fb1c997a
2 changed files with 4 additions and 0 deletions

View File

@@ -75,6 +75,7 @@
#include <roken.h>
#include <des.h>
#include <krb5.h>
#include <krb5_locl.h>
#include <hdb.h>
#include <hdb_err.h>
#include <kadm5/admin.h>
@@ -106,6 +107,7 @@ DECL(dump);
DECL(load);
DECL(merge);
#undef ALLOC
#define ALLOC(X) ((X) = malloc(sizeof(*(X))))
/* util.c */

View File

@@ -81,6 +81,7 @@
#include <parse_units.h>
#include <des.h>
#include <krb5.h>
#include <krb5_locl.h>
#include <hdb.h>
#include <hdb_err.h>
#include <der.h> /* copy_octet_string */
@@ -92,6 +93,7 @@
#include <krb_db.h>
#endif
#undef ALLOC
#define ALLOC(X) ((X) = malloc(sizeof(*(X))))
#define ALLOC_SEQ(X, N) do { (X)->len = (N); \
(X)->val = calloc((X)->len, sizeof(*(X)->val)); } while(0)