From 9a1eac41e8e2e3dd90627aec1baef905d0a355d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 2 Nov 2008 07:16:08 +0000 Subject: [PATCH] make independant of uuid's git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24013 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/kcm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/krb5/kcm.c b/lib/krb5/kcm.c index 67720e60b..7cae45fa7 100644 --- a/lib/krb5/kcm.c +++ b/lib/krb5/kcm.c @@ -51,10 +51,12 @@ typedef struct krb5_kcmcache { char *door_path; } krb5_kcmcache; +typedef unsigned char kcmuuid_t[16]; + typedef struct krb5_kcm_cursor { unsigned long offset; unsigned long length; - uuid_t *uuids; + kcmuuid_t *uuids; } *krb5_kcm_cursor;