add gss_get_name_attribute

This commit is contained in:
Love Hornquist Astrand
2010-08-02 21:15:56 -07:00
parent 84731dcc41
commit 95e0827926

View File

@@ -0,0 +1,17 @@
/**
*
*/
OM_uint32
gss_get_name_attribute(OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t attr,
int *authenticated,
int *complete,
gss_buffer_t value,
gss_buffer_t display_value,
int *more)
{
return GSS_S_FAILURE;
}