From d82bf26a6d4d44e3c6f5473f4dad508564e4cdd7 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Thu, 22 Dec 2011 12:49:34 -0600 Subject: Add support for GSS_Inquire_names_for_mech() --- gss_proxy.x | 1 + 1 file changed, 1 insertion(+) diff --git a/gss_proxy.x b/gss_proxy.x index d2357c7..a32908f 100644 --- a/gss_proxy.x +++ b/gss_proxy.x @@ -161,6 +161,7 @@ struct gssx_mech_attr { /* Mechanism meta-data */ struct gssx_mech_info { gssx_OID mech; + gssx_OID_set name_types; gssx_OID_set mech_attrs; gssx_OID_set known_mech_attrs; gssx_OID_set cred_options; -- cgit