summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/krb5/salt-aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/krb5/salt-aes.c')
-rw-r--r--source4/heimdal/lib/krb5/salt-aes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/lib/krb5/salt-aes.c b/source4/heimdal/lib/krb5/salt-aes.c
index 1c40b54f6b..32dafd68cb 100644
--- a/source4/heimdal/lib/krb5/salt-aes.c
+++ b/source4/heimdal/lib/krb5/salt-aes.c
@@ -45,8 +45,8 @@ AES_string_to_key(krb5_context context,
{
krb5_error_code ret;
uint32_t iter;
- struct encryption_type *et;
- struct key_data kd;
+ struct _krb5_encryption_type *et;
+ struct _krb5_key_data kd;
if (opaque.length == 0)
iter = _krb5_AES_string_to_default_iterator;