krb5 commit [krb5-1.11]: Fix verto_ctx declaration in preauth_plugin.h
Tom Yu
tlyu at MIT.EDU
Tue Oct 30 14:02:16 EDT 2012
https://github.com/krb5/krb5/commit/a121cb7bc36079e4cf6db10aa600a256e745bc86
commit a121cb7bc36079e4cf6db10aa600a256e745bc86
Author: Greg Hudson <ghudson at mit.edu>
Date: Tue Oct 23 22:09:25 2012 -0400
Fix verto_ctx declaration in preauth_plugin.h
(cherry picked from commit 0e6cd4de33c401b2911a5001dc476d11bfb969a3)
ticket: 7425
version_fixed: 1.11
status: resolved
src/include/krb5/preauth_plugin.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/include/krb5/preauth_plugin.h b/src/include/krb5/preauth_plugin.h
index f2fca37..9a241f2 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. */
More information about the cvs-krb5
mailing list