From 0e6cd4de33c401b2911a5001dc476d11bfb969a3 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Tue, 23 Oct 2012 22:09:25 -0400 Subject: Fix verto_ctx declaration in preauth_plugin.h ticket: 7425 (new) target_version: 1.11 tags: pullup --- src/include/krb5/preauth_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/krb5/preauth_plugin.h b/src/include/krb5/preauth_plugin.h index f2fca372a..9a241f2b1 100644 --- a/src/include/krb5/preauth_plugin.h +++ b/src/include/krb5/preauth_plugin.h @@ -407,7 +407,7 @@ typedef struct krb5_kdcpreauth_modreq_st *krb5_kdcpreauth_modreq; /* The verto context structure type (typedef is in verto.h; we want to avoid a * header dependency for the moment). */ -struct verto_context; +struct verto_ctx; /* Before using a callback after version 1, modules must check the vers * field of the callback structure. */ -- cgit