Skip to content

Commit

Permalink
Fix verto_ctx declaration in preauth_plugin.h
Browse files Browse the repository at this point in the history
(cherry picked from commit 0e6cd4d)

ticket: 7425
version_fixed: 1.11
status: resolved
  • Loading branch information
greghudson authored and tlyu committed Oct 30, 2012
1 parent 9a11ded commit a121cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/krb5/preauth_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit a121cb7

Please sign in to comment.