diff options
-rw-r--r-- | 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 f2fca372a..9a241f2b1 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. */ |