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

@@ -77,7 +77,6 @@ HEIMDAL_GSS_2.0 {
gss_release_buffer;
gss_release_buffer_set;
gss_release_cred;
gss_release_cred_by_mech;
gss_release_iov_buffer;
gss_release_name;
gss_release_oid;