forward declaration of _krb5_krb_auth_data

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14898 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-23 19:42:28 +00:00
parent ca6053358a
commit 2d3b49f0c0

View File

@@ -124,6 +124,9 @@ struct krb5_pk_cert;
struct ContentInfo;
typedef struct krb5_pk_init_ctx_data *krb5_pk_init_ctx;
/* v4 glue */
struct _krb5_krb_auth_data;
#include <der.h>
#include <krb5.h>
@@ -144,6 +147,8 @@ typedef struct krb5_pk_init_ctx_data *krb5_pk_init_ctx;
#define O_BINARY 0
#endif
#define KRB5_BUFSIZ 1024
typedef enum {
KRB5_PA_PAC_DONT_CARE = 0,
KRB5_PA_PAC_REQ_TRUE,
@@ -159,6 +164,7 @@ struct _krb5_get_init_creds_opt_private {
krb5_get_init_creds_req_pac req_pac;
/* PKINIT */
krb5_pk_init_ctx pk_init_ctx;
int canonicalize;
};
#endif /* __KRB5_LOCL_H__ */