gss: expose gss_destroy_cred()

Build and export gss_destroy_cred(). This permanently destroys the credential,
rather than releasing a handle to it.
This commit is contained in:
Luke Howard
2019-12-29 00:15:49 +11:00
parent 8478dd1c88
commit e69c2a8111
4 changed files with 23 additions and 2 deletions

View File

@@ -99,6 +99,7 @@ mechsrc = \
mech/gss_decapsulate_token.c \
mech/gss_delete_name_attribute.c \
mech/gss_delete_sec_context.c \
mech/gss_destroy_cred.c \
mech/gss_display_name.c \
mech/gss_display_name_ext.c \
mech/gss_display_status.c \