remove debugging statement
[moonshot.git] / mech_eap / add_cred.c
index de50884..37d0add 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.
  */
 
+/*
+ * Wrapper for acquiring a credential handle.
+ */
+
 #include "gssapiP_eap.h"
 
 /*
@@ -39,7 +43,7 @@
  */
 OM_uint32
 gss_add_cred(OM_uint32 *minor,
-             gss_cred_id_t input_cred_handle,
+             gss_cred_id_t input_cred_handle GSSEAP_UNUSED,
              gss_name_t desired_name,
              gss_OID desired_mech,
              gss_cred_usage_t cred_usage,