summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-05-03 15:23:07 +0000
committerEzra Peisach <epeisach@mit.edu>1995-05-03 15:23:07 +0000
commitf27c36f36caecc1e05bd65632be7ea8bccb836b1 (patch)
tree8bb0606011d41b4a7e54395bc1e279e845ee143e /src/include
parentb4fc60bd4b509997635cc6ec3f40a9c966794c0a (diff)
downloadkrb5-f27c36f36caecc1e05bd65632be7ea8bccb836b1.tar.gz
krb5-f27c36f36caecc1e05bd65632be7ea8bccb836b1.tar.xz
krb5-f27c36f36caecc1e05bd65632be7ea8bccb836b1.zip
Added prototype for krb5_auth_con_getkey
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5709 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog1
-rw-r--r--src/include/krb5.h5
2 files changed, 6 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index df0cb0066..369905060 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,6 +1,7 @@
Wed May 3 10:32:18 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* krb5.h: (krb5_auth_con_setports): Added missing prototype.
+ (krb5_auth_con_getkey): Added as well.
Wed May 03 03:30:51 1995 Chris Provenzano (proven@mit.edu)
diff --git a/src/include/krb5.h b/src/include/krb5.h
index 1ce4ca49a..6871f53e0 100644
--- a/src/include/krb5.h
+++ b/src/include/krb5.h
@@ -1821,6 +1821,11 @@ krb5_error_code krb5_auth_con_setuseruserkey
krb5_auth_context *,
krb5_keyblock *));
+krb5_error_code krb5_auth_con_getkey
+ PROTOTYPE((krb5_context,
+ krb5_auth_context *,
+ krb5_keyblock **));
+
krb5_error_code krb5_auth_con_getlocalsubkey
PROTOTYPE((krb5_context,
krb5_auth_context *,