diff options
author | Zhanna Tsitkov <tsitkova@mit.edu> | 2012-07-16 11:31:03 -0400 |
---|---|---|
committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2012-07-16 11:31:03 -0400 |
commit | 7801fcf75a06cda7e6fb6003964be1ad2a06cd04 (patch) | |
tree | f166ec107d30822c5511740f38d0b9e3ede7a825 /src | |
parent | 194e0433f07e244aab59edcb22ea0c6e359f9f0d (diff) | |
download | krb5-7801fcf75a06cda7e6fb6003964be1ad2a06cd04.tar.gz krb5-7801fcf75a06cda7e6fb6003964be1ad2a06cd04.tar.xz krb5-7801fcf75a06cda7e6fb6003964be1ad2a06cd04.zip |
Doc introduced version for krb5_kt_client_default
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 51ebbb2e60..fde0d8ff44 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -4216,6 +4216,8 @@ krb5_kt_default(krb5_context context, krb5_keytab *id); * * Fill @a keytab_out with a handle to the default client key table. * + * @version First introduced in 1.11 + * * @retval * 0 Success * @return |