]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix verto_ctx declaration in preauth_plugin.h
authorGreg Hudson <ghudson@mit.edu>
Wed, 24 Oct 2012 02:09:25 +0000 (22:09 -0400)
committerTom Yu <tlyu@mit.edu>
Tue, 30 Oct 2012 17:14:04 +0000 (13:14 -0400)
(cherry picked from commit 0e6cd4de33c401b2911a5001dc476d11bfb969a3)

ticket: 7425
version_fixed: 1.11
status: resolved

src/include/krb5/preauth_plugin.h

index f2fca372a26dad0d8231384266b26801e2851ce7..9a241f2b1115a6f32444b66c91e3d548cf4d1c0a 100644 (file)
@@ -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. */