summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/encryption.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/encryption.h b/src/include/krb5/encryption.h
index 5829c188e..468120870 100644
--- a/src/include/krb5/encryption.h
+++ b/src/include/krb5/encryption.h
@@ -54,7 +54,7 @@ typedef struct _krb5_cryptosystem_entry {
krb5_encrypt_block *,
krb5_pointer));
krb5_error_code (*process_key) PROTOTYPE((krb5_encrypt_block *,
- krb5_keyblock *));
+ const krb5_keyblock *));
krb5_error_code (*finish_key) PROTOTYPE((krb5_encrypt_block *));
krb5_error_code (*string_to_key) PROTOTYPE((const krb5_keytype,
krb5_keyblock *,