From: Robbie Harwood Date: Wed, 15 Feb 2017 02:20:56 +0000 (-0500) Subject: Update gss_config explanation in mglueP.h X-Git-Tag: krb5-1.20-beta1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0232e34ba6cb1237c58ab8e1962192295d12ac3b;p=thirdparty%2Fkrb5.git Update gss_config explanation in mglueP.h [ghudson@mit.edu: further shortened the comment, removing some arguably inaccurate clauses] --- diff --git a/src/lib/gssapi/mechglue/mglueP.h b/src/lib/gssapi/mechglue/mglueP.h index 2b659394ff..dbd244b72c 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;