aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2017-02-14 21:20:56 -0500
committerGreg Hudson <ghudson@mit.edu>2021-08-29 16:31:39 -0400
commit0232e34ba6cb1237c58ab8e1962192295d12ac3b (patch)
tree864a26db71eba305f97a9c25f299ceb6803d72af
parent2dc3c36eb299e599faca414a79d8c90c7b123c63 (diff)
downloadkrb5-0232e34ba6cb1237c58ab8e1962192295d12ac3b.zip
krb5-0232e34ba6cb1237c58ab8e1962192295d12ac3b.tar.gz
krb5-0232e34ba6cb1237c58ab8e1962192295d12ac3b.tar.bz2
Update gss_config explanation in mglueP.h
[ghudson@mit.edu: further shortened the comment, removing some arguably inaccurate clauses]
-rw-r--r--src/lib/gssapi/mechglue/mglueP.h13
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;