diff options
author | Zhanna Tsitkov <tsitkova@mit.edu> | 2012-11-26 13:44:16 -0500 |
---|---|---|
committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2012-11-26 13:44:16 -0500 |
commit | 63a344b05fb2543059c1049c93e3106a0c6aa853 (patch) | |
tree | 951125a00984883b82c5dab430dd0f075b203985 /src | |
parent | 433329ec97598c14f8b64af3e6be7745501b7142 (diff) | |
download | krb5-63a344b05fb2543059c1049c93e3106a0c6aa853.tar.gz krb5-63a344b05fb2543059c1049c93e3106a0c6aa853.tar.xz krb5-63a344b05fb2543059c1049c93e3106a0c6aa853.zip |
Document krb5_get_init_creds_opt_set_in_ccache
More specifically, document that this new API was first
introduced in 1.11
ticket: 7460
Diffstat (limited to 'src')
-rw-r--r-- | src/include/krb5/krb5.hin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 865785eb2..7e1ce5fdc 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -6838,6 +6838,8 @@ krb5_get_init_creds_opt_set_fast_ccache(krb5_context context, * same preauthentication mechanisms, and making the same non-security- * sensitive choices) as the previous authentication attempt, which stored * information in the passed-in ccache. + * + * @version First introduced in 1.11 */ krb5_error_code KRB5_CALLCONV krb5_get_init_creds_opt_set_in_ccache(krb5_context context, |