summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/hmac.c')
-rw-r--r--src/lib/crypto/hmac.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/crypto/hmac.c b/src/lib/crypto/hmac.c
index 013e4eeae..0b856b4ce 100644
--- a/src/lib/crypto/hmac.c
+++ b/src/lib/crypto/hmac.c
@@ -40,10 +40,10 @@
krb5_error_code
krb5_hmac(hash, key, icount, input, output)
- krb5_const struct krb5_hash_provider *hash;
- krb5_const krb5_keyblock *key;
+ const struct krb5_hash_provider *hash;
+ const krb5_keyblock *key;
unsigned int icount;
- krb5_const krb5_data *input;
+ const krb5_data *input;
krb5_data *output;
{
size_t hashsize, blocksize;