Support GSS_C_NT_COMPOSITE_EXPORT
[mech_eap.git] / export_name_composite.c
index ff5ac8c..6c4fef2 100644 (file)
 
 #include "gssapiP_eap.h"
 
-#if 0
-/*
- * Not sure about this. If we have a generalised representation of composite
- * names, it should be (a) defined in the naming extensions specification
- * and (b) implemented by the mechanism glue.
- */
 OM_uint32
 gss_export_name_composite(OM_uint32 *minor,
                           gss_name_t input_name,
@@ -51,4 +45,3 @@ gss_export_name_composite(OM_uint32 *minor,
     return gssEapExportNameInternal(minor, input_name, exported_name,
                                     EXPORT_NAME_FLAG_OID | EXPORT_NAME_FLAG_ATTRS);
 }
-#endif