Make self-standing by including missing files.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22908 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-08 08:16:32 +00:00
parent 1f5b3f1f1d
commit e447e5b619

View File

@@ -33,6 +33,12 @@
/* $Id$ */
#ifndef HEIMDAL_HX509_H
#define HEIMDAL_HX509_H 1
#include <heim_asn1.h>
#include <rfc2459_asn1.h>
typedef struct hx509_cert_attribute_data *hx509_cert_attribute;
typedef struct hx509_cert_data *hx509_cert;
typedef struct hx509_certs_data *hx509_certs;
@@ -146,3 +152,6 @@ typedef enum {
} hx509_hostname_type;
#include <hx509-protos.h>
#include <hx509_err.h>
#endif /* HEIMDAL_HX509_H */