summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog5
-rw-r--r--src/include/k5-int.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 958dc2ab5..031741744 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-26 Ezra Peisach <epeisach@mit.edu>
+
+ * k5-int.h: Do not use "usage" in argument names in
+ krb5_keyhash_provider functions.
+
2001-10-24 Sam Hartman <hartmans@mit.edu>
* k5-int.h: Add declaration for arcfour enc_provider and md5
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 34fe73795..fa8c9c28a 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -550,13 +550,13 @@ struct krb5_keyhash_provider {
void (*hash_size) (size_t *output);
krb5_error_code (*hash) (krb5_const krb5_keyblock *key,
- krb5_keyusage usage,
+ krb5_keyusage keyusage,
krb5_const krb5_data *ivec,
krb5_const krb5_data *input,
krb5_data *output);
krb5_error_code (*verify) (krb5_const krb5_keyblock *key,
- krb5_keyusage usage,
+ krb5_keyusage keyusage,
krb5_const krb5_data *ivec,
krb5_const krb5_data *input,
krb5_const krb5_data *hash,