diff options
| author | Greg Hudson <ghudson@mit.edu> | 2010-10-01 03:47:38 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2010-10-01 03:47:38 +0000 |
| commit | 544abd0b04cbc1a18d6bac432be1b767b405ae8c (patch) | |
| tree | 3312aed189f56abd41ac17689a1e5a699681078c /src/include | |
| parent | bb441175c30679eb913a839b87478b96923bbaae (diff) | |
| download | krb5-544abd0b04cbc1a18d6bac432be1b767b405ae8c.tar.gz krb5-544abd0b04cbc1a18d6bac432be1b767b405ae8c.tar.xz krb5-544abd0b04cbc1a18d6bac432be1b767b405ae8c.zip | |
A cleaner impleentation of r24399 which adds two new auth context APIs
(and is therefore less suitable for backporting to 1.8) but doesn't
reach inside the auth context structure in the krb5 mechanism code.
ticket: 6768
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24400 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/krb5.hin | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 1b60dac83..bd89f3372 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -2083,8 +2083,14 @@ krb5_error_code KRB5_CALLCONV krb5_auth_con_setsendsubkey(krb5_context, krb5_auth_context, krb5_keyblock *); krb5_error_code KRB5_CALLCONV +krb5_auth_con_setsendsubkey_k(krb5_context, krb5_auth_context, krb5_key); + +krb5_error_code KRB5_CALLCONV krb5_auth_con_setrecvsubkey(krb5_context, krb5_auth_context, krb5_keyblock *); +krb5_error_code KRB5_CALLCONV +krb5_auth_con_setrecvsubkey_k(krb5_context, krb5_auth_context, krb5_key); + #if KRB5_DEPRECATED KRB5_ATTR_DEPRECATED krb5_error_code KRB5_CALLCONV krb5_auth_con_getlocalsubkey(krb5_context, krb5_auth_context, |
