util_saml: correctly account for gss lengths
[mech_eap.orig] / indicate_mechs.c
index 373e481..ff88b4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, JANET(UK)
+ * Copyright (c) 2011, JANET(UK)
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * SUCH DAMAGE.
  */
 
+/*
+ * Enumerate the supported mechanism OIDs.
+ */
+
 #include "gssapiP_eap.h"
 
 OM_uint32
 gss_indicate_mechs(OM_uint32 *minor,
                    gss_OID_set *mech_set)
 {
-    GSSEAP_NOT_IMPLEMENTED;
+    return gssEapIndicateMechs(minor, mech_set);
 }