gss: remove gss_release_cred_by_mech()

gss_release_cred_by_mech() was previously used by SPNEGO's implementation of
gss_set_neg_mechs(). This is now implemented in the mechanism glue. As we never
shipped gss_release_cred_by_mech(), it is safe to remove it and its exported
symbol.
This commit is contained in:
Luke Howard
2020-04-20 09:29:22 +10:00
committed by Nicolas Williams
parent a54761d68a
commit 3bfe62df6a
4 changed files with 0 additions and 29 deletions

View File

@@ -1228,12 +1228,6 @@ gss_get_neg_mechs(
gss_const_cred_id_t /* cred_handle */,
gss_OID_set * /* mech_list */);
GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL
gss_release_cred_by_mech(
OM_uint32 * /* minor_status */,
gss_cred_id_t /* cred_handle */,
gss_const_OID /* mech */);
GSSAPI_LIB_FUNCTION void GSSAPI_LIB_CALL
gss_set_log_function(void *ctx, void (*func)(void * ctx, int level, const char *fmt, va_list));