From 7b064946cccfd08dea7f7fda8bb4541df671ac4e Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Wed, 8 Sep 2010 21:28:38 +0200 Subject: [PATCH] add a little documentation --- mech_eap/inquire_name.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mech_eap/inquire_name.c b/mech_eap/inquire_name.c index 388f3a9..47f694b 100644 --- a/mech_eap/inquire_name.c +++ b/mech_eap/inquire_name.c @@ -37,6 +37,10 @@ struct eap_gss_attribute_args { gss_buffer_set_t attrs; }; +/* + * The purpose of this callback interface is to not expose the attribute + * prefixes to the attribute providers themselves. + */ static OM_uint32 addAttribute(OM_uint32 *minor, void *data, -- 2.1.4