summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/fast.h
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2011-11-23 01:00:36 +0000
committerSam Hartman <hartmans@mit.edu>2011-11-23 01:00:36 +0000
commit64a0735edc36540b5d679a04a2453a093801efcc (patch)
tree51244d65cc3ff0ff7486994241b1b61f3160f9e1 /src/lib/krb5/krb/fast.h
parentadfcfdce396468f93dce5fb56c7509d138a11e5c (diff)
downloadkrb5-64a0735edc36540b5d679a04a2453a093801efcc.tar.gz
krb5-64a0735edc36540b5d679a04a2453a093801efcc.tar.xz
krb5-64a0735edc36540b5d679a04a2453a093801efcc.zip
FAST: error handling and const keyblock
krb5int_fast_process_error: Allow out_padata and retry to be null for TGS case. Refactor function to do more frees in the exit handling and to declare variables at the top. krb5int_fast_reply_key: input keyblock arguments should be const ticket: 7025 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25487 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb/fast.h')
-rw-r--r--src/lib/krb5/krb/fast.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/krb5/krb/fast.h b/src/lib/krb5/krb/fast.h
index 522821d05..5b8e3aa5a 100644
--- a/src/lib/krb5/krb/fast.h
+++ b/src/lib/krb5/krb/fast.h
@@ -87,8 +87,8 @@ krb5int_fast_as_armor(krb5_context context,
krb5_error_code
krb5int_fast_reply_key(krb5_context context,
- krb5_keyblock *strengthen_key,
- krb5_keyblock *existing_key, krb5_keyblock *output_key);
+ const krb5_keyblock *strengthen_key,
+ const krb5_keyblock *existing_key, krb5_keyblock *output_key);
krb5_error_code