krb5 commit: Fix verto_ctx declaration in preauth_plugin.h
Greg Hudson
ghudson at MIT.EDU
Tue Oct 23 22:10:39 EDT 2012
https://github.com/krb5/krb5/commit/0e6cd4de33c401b2911a5001dc476d11bfb969a3
commit 0e6cd4de33c401b2911a5001dc476d11bfb969a3
Author: Greg Hudson <ghudson at mit.edu>
Date: Tue Oct 23 22:09:25 2012 -0400
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 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