summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ccache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/ccache.h b/src/include/krb5/ccache.h
index 4ff83d4e3..1409056bf 100644
--- a/src/include/krb5/ccache.h
+++ b/src/include/krb5/ccache.h
@@ -20,7 +20,7 @@ typedef krb5_pointer krb5_cc_cursor; /* cursor for sequential lookup */
typedef struct _krb5_ccache {
struct _krb5_cc_ops *ops;
- void *data;
+ krb5_pointer data;
} *krb5_ccache;
typedef struct _krb5_cc_ops {