summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/rd_cred.c
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-09-23 01:35:53 +0000
committerTheodore Tso <tytso@mit.edu>1995-09-23 01:35:53 +0000
commita08b77afc7bb24043aba3e58bbc083f00d116fd8 (patch)
tree416f2bd27a349c93f5b05d692670335344afc91c /src/lib/krb5/krb/rd_cred.c
parent9e7f2299b0df64a27d03e1ce304b74383daba2b2 (diff)
downloadkrb5-a08b77afc7bb24043aba3e58bbc083f00d116fd8.tar.gz
krb5-a08b77afc7bb24043aba3e58bbc083f00d116fd8.tar.xz
krb5-a08b77afc7bb24043aba3e58bbc083f00d116fd8.zip
get_in_t.c: removed unused variable.
rd_cred.c: removed INTERFACE keyword. ser_auth.c: passing int32 where a size_t is wanted. ser_ctx.c: 16/32 bit int size mismatch. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6826 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb/rd_cred.c')
-rw-r--r--src/lib/krb5/krb/rd_cred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/rd_cred.c b/src/lib/krb5/krb/rd_cred.c
index bb2398e193..539a75c96b 100644
--- a/src/lib/krb5/krb/rd_cred.c
+++ b/src/lib/krb5/krb/rd_cred.c
@@ -208,7 +208,7 @@ extern krb5_deltat krb5_clockskew;
* This functions takes as input an KRB_CRED message, validates it, and
* outputs the nonce and an array of the forwarded credentials.
*/
-krb5_error_code INTERFACE
+krb5_error_code
krb5_rd_cred(context, auth_context, pcreddata, pppcreds, outdata)
krb5_context context;
krb5_auth_context auth_context;