Add mech name OID, gss_display_name implementation
[mech_eap.git] / export_name.c
index 3e0654b..7427cc0 100644 (file)
 
 #include "gssapiP_eap.h"
 
+OM_uint32
+gss_export_name(OM_uint32 *minor,
+                const gss_name_t input_name,
+                gss_buffer_t exported_name)
+{
+    GSSEAP_NOT_IMPLEMENTED;
+}