From 1ac50627e6a74ca77a86986c96298e3d28d55ee4 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Tue, 29 Sep 2009 11:29:20 -0700 Subject: [PATCH] add forward decl for hx509_certs_data --- lib/krb5/krb5_locl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/krb5/krb5_locl.h b/lib/krb5/krb5_locl.h index 3fd8498b0..3309bb357 100644 --- a/lib/krb5/krb5_locl.h +++ b/lib/krb5/krb5_locl.h @@ -151,6 +151,7 @@ struct sockaddr_dl; struct send_to_kdc; /* XXX glue for pkinit */ +struct hx509_certs_data; struct krb5_pk_identity; struct krb5_pk_cert; struct ContentInfo;