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

@@ -116,6 +116,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 \
@@ -351,6 +352,7 @@ libgssapi_OBJs = \
$(OBJ)\mech/gss_decapsulate_token.obj \
$(OBJ)\mech/gss_delete_name_attribute.obj \
$(OBJ)\mech/gss_delete_sec_context.obj \
$(OBJ)\mech/gss_destroy_cred.obj \
$(OBJ)\mech/gss_display_name.obj \
$(OBJ)\mech/gss_display_name_ext.obj \
$(OBJ)\mech/gss_display_status.obj \