[27198] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Fix verto_ctx declaration in preauth_plugin.h

daemon@ATHENA.MIT.EDU (Greg Hudson)
Tue Oct 23 22:10:42 2012

Date: Tue, 23 Oct 2012 22:10:39 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201210240210.q9O2Adsg014929@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/0e6cd4de33c401b2911a5001dc476d11bfb969a3
commit 0e6cd4de33c401b2911a5001dc476d11bfb969a3
Author: Greg Hudson <ghudson@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. */
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post