Add some OID manipulation functions
[mech_eap.git] / inquire_names_for_mech.c
index 3e0654b..e4e1980 100644 (file)
 
 #include "gssapiP_eap.h"
 
+OM_uint32
+gss_inquire_names_for_mech(OM_uint32 *minor,
+                           gss_OID mechanism,
+                           gss_OID_set *name_types)
+{
+    GSSEAP_NOT_IMPLEMENTED;
+}