From 9302ced1ba028bd174ef85b43bc4cfcb1ff7c2c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 20 Oct 2006 18:13:31 +0000 Subject: [PATCH] Add send_to_kdc hook. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18669 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_locl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/krb5/krb5_locl.h b/lib/krb5/krb5_locl.h index 885f010f4..d60eceb7f 100644 --- a/lib/krb5/krb5_locl.h +++ b/lib/krb5/krb5_locl.h @@ -136,6 +136,8 @@ struct sockaddr_dl; #include +struct send_to_kdc; + /* XXX glue for pkinit */ struct krb5_pk_identity; struct krb5_pk_cert; @@ -230,6 +232,7 @@ typedef struct krb5_context_data { void *mutex; /* protects error_string/error_buf */ int large_msg_size; int dns_canonize_hostname; + struct send_to_kdc *send_to_kdc; } krb5_context_data; /*