]> 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)
committerGreg Hudson <ghudson@mit.edu>
Wed, 24 Oct 2012 02:09:25 +0000 (22:09 -0400)
ticket: 7425 (new)
target_version: 1.11
tags: pullup

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. */