From c73848354ca2701e00e5908104e4604bda285168 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Sat, 14 May 2011 23:11:01 +0200 Subject: [PATCH] remove extraneous gss_acquire_cred_with_password declaration --- lib/gssapi/gssapi/gssapi.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lib/gssapi/gssapi/gssapi.h b/lib/gssapi/gssapi/gssapi.h index cf47c725a..ad6f1ac97 100644 --- a/lib/gssapi/gssapi/gssapi.h +++ b/lib/gssapi/gssapi/gssapi.h @@ -495,18 +495,6 @@ GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL gss_acquire_cred_ext gss_cred_id_t * /*output_cred_handle*/ ); -GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL gss_acquire_cred_with_password - (OM_uint32 * /*minor_status*/, - const gss_name_t /*desired_name*/, - const gss_buffer_t /*password*/, - OM_uint32 /*time_req*/, - const gss_OID_set /*desired_mechs*/, - gss_cred_usage_t /*cred_usage*/, - gss_cred_id_t * /*output_cred_handle*/, - gss_OID_set * /*actual_mechs*/, - OM_uint32 * /*time_rec*/ - ); - GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL gss_release_cred (OM_uint32 * /*minor_status*/, gss_cred_id_t * /*cred_handle*/