krb5 commit: Update gss_config explanation in mglueP.h
Greg Hudson <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/krb5/krb5/commit/0232e34ba6cb1237c58ab8e1962192295d12ac3b commit 0232e34ba6cb1237c58ab8e1962192295d12ac3b Author: Robbie Harwood <[email protected]> Date: Tue Feb 14 21:20:56 2017 -0500 Update gss_config explanation in mglueP.h [[email protected]: further shortened the comment, removing some arguably inaccurate clauses] src/lib/gssapi/mechglue/mglueP.h | 13 ++++--------- 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/lib/gssapi/mechglue/mglueP.h b/src/lib/gssapi/mechglue/mglueP.h index 2b65939..dbd244b 100644 --- a/src/lib/gssapi/mechglue/mglueP.h +++ b/src/lib/gssapi/mechglue/mglueP.h @@ -82,16 +82,11 @@ int gssint_mechglue_initialize_library(void); OM_uint32 gssint_get_mech_type_oid(gss_OID OID, gss_buffer_t token); /* - * This is the definition of the mechs_array struct, which is used to - * define the mechs array table. This table is used to indirectly - * access mechanism specific versions of the gssapi routines through - * the routines in the glue module (gssd_mech_glue.c) - * - * This contains all of the functions defined in gssapi.h except for - * gss_release_buffer() and gss_release_oid_set(), which I am - * assuming, for now, to be equal across mechanisms. + * This table is used to access mechanism-specific versions of the GSSAPI + * functions. It contains all of the functions defined in gssapi.h except for + * gss_release_buffer() and gss_release_oid_set(), which are assumed to be + * identical across mechanisms. */ - typedef struct gss_config { gss_OID_desc mech_type; void * context;