aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/crypto_tests/aes-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/crypto_tests/aes-test.c')
-rw-r--r--src/lib/crypto/crypto_tests/aes-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/crypto_tests/aes-test.c b/src/lib/crypto/crypto_tests/aes-test.c
index 1ed033b..a7382a4 100644
--- a/src/lib/crypto/crypto_tests/aes-test.c
+++ b/src/lib/crypto/crypto_tests/aes-test.c
@@ -39,7 +39,7 @@ static krb5_keyblock enc_key;
static krb5_data ivec;
static void init()
{
- enc_key.contents = key;
+ enc_key.contents = (krb5_octet *)key;
enc_key.length = 16;
ivec.data = zero;
ivec.length = 16;