* Internal routines to get and release an internal mechanism name
*/
+#if 0
static OM_uint32
import_internal_name_composite(OM_uint32 *minor_status,
gss_mechanism mech,
return (status);
}
+#endif
OM_uint32 gssint_import_internal_name (minor_status, mech_type, union_name,
internal_name)
if (mech == NULL)
return (GSS_S_BAD_MECH);
+#if 0
/* Try composite name, it will preserve any extended attributes */
if (union_name->mech_type && union_name->mech_name) {
status = import_internal_name_composite(minor_status,
if (status == GSS_S_COMPLETE)
return (GSS_S_COMPLETE);
}
+#endif
if (mech->gss_import_name == NULL)
return (GSS_S_UNAVAILABLE);