krb5 commit: Fix documented kcpreauth minor version
Greg Hudson <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/krb5/krb5/commit/d335bf36ef6dff2ef04a2abbbf98785f86422c1c commit d335bf36ef6dff2ef04a2abbbf98785f86422c1c Author: Greg Hudson <[email protected]> Date: Wed Dec 14 11:56:56 2016 -0500 Fix documented kcpreauth minor version Commit 7b12eb4757f8dd05b79c9b49d4289f0caf1f6eec erroneously changed the documented kdcpreauth minor version from 2 to 3. Only the callback version changed in that commit; the interface minor version remains at 2 (from commit 83b4ecd20e50ad330cd761977d5dadefe30a785b which added the loop method). src/include/krb5/kdcpreauth_plugin.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/include/krb5/kdcpreauth_plugin.h b/src/include/krb5/kdcpreauth_plugin.h index f455eff..4a0e121 100644 --- a/src/include/krb5/kdcpreauth_plugin.h +++ b/src/include/krb5/kdcpreauth_plugin.h @@ -34,7 +34,7 @@ * Declarations for kdcpreauth plugin module implementors. * * The kdcpreauth interface has a single supported major version, which is 1. - * Major version 1 has a current minor version of 3. kdcpreauth modules should + * Major version 1 has a current minor version of 2. kdcpreauth modules should * define a function named kdcpreauth_<modulename>_initvt, matching the * signature: *