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:

committed by
Nicolas Williams

parent
a54761d68a
commit
3bfe62df6a
@@ -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;
|
||||
|
Reference in New Issue
Block a user