diff options
author | Greg Hudson <ghudson@mit.edu> | 2012-10-23 22:09:25 -0400 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2012-10-23 22:09:25 -0400 |
commit | 0e6cd4de33c401b2911a5001dc476d11bfb969a3 (patch) | |
tree | 62517a1d877d0d6f8499e21aeca65accd7167f5f | |
parent | 9e8a086a86f83df5c0131c9ca4c95817e25a8278 (diff) | |
download | krb5-0e6cd4de33c401b2911a5001dc476d11bfb969a3.tar.gz krb5-0e6cd4de33c401b2911a5001dc476d11bfb969a3.tar.xz krb5-0e6cd4de33c401b2911a5001dc476d11bfb969a3.zip |
Fix verto_ctx declaration in preauth_plugin.h
ticket: 7425 (new)
target_version: 1.11
tags: pullup
-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 f2fca372a2..9a241f2b11 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. */ |