Skip to content

Commit

Permalink
Add header comments for gss_krb5_copy_ccache()
Browse files Browse the repository at this point in the history
  • Loading branch information
greghudson committed Dec 15, 2016
1 parent 1828b68 commit 9ecfca5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/gssapi/krb5/gssapi_krb5.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ OM_uint32 KRB5_CALLCONV gss_krb5_get_tkt_flags(
gss_ctx_id_t context_handle,
krb5_flags *ticket_flags);

/*
* Copy krb5 creds from cred_handle into out_ccache, which must already be
* initialized. Use gss_store_cred_into() (new in krb5 1.11) instead, if
* possible.
*/
OM_uint32 KRB5_CALLCONV gss_krb5_copy_ccache(
OM_uint32 *minor_status,
gss_cred_id_t cred_handle,
Expand Down

0 comments on commit 9ecfca5

Please sign in to comment.