summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/krb/rand2key/rand2key.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/krb/rand2key/rand2key.h')
-rw-r--r--src/lib/crypto/krb/rand2key/rand2key.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/crypto/krb/rand2key/rand2key.h b/src/lib/crypto/krb/rand2key/rand2key.h
index 321c45230..262d83daf 100644
--- a/src/lib/crypto/krb/rand2key/rand2key.h
+++ b/src/lib/crypto/krb/rand2key/rand2key.h
@@ -14,3 +14,6 @@ krb5int_des3_make_key(const krb5_data *randombits, krb5_keyblock *key);
krb5_error_code
krb5int_aes_make_key(const krb5_data *randombits, krb5_keyblock *key);
+
+krb5_error_code
+krb5int_camellia_make_key(const krb5_data *randombits, krb5_keyblock *key);