summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tests/asn.1/ktest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/asn.1/ktest.c b/src/tests/asn.1/ktest.c
index e734aeb73..aa41fd89d 100644
--- a/src/tests/asn.1/ktest.c
+++ b/src/tests/asn.1/ktest.c
@@ -843,7 +843,7 @@ ktest_make_sample_auth_pack(krb5_auth_pack *p)
ktest_make_sample_algorithm_identifier_no_params(p->supportedCMSTypes[1]);
p->supportedCMSTypes[2] = NULL;
ktest_make_sample_data(&p->clientDHNonce);
- p->supportedKDFs = ealloc(2 * sizeof(krb5_data ));
+ p->supportedKDFs = ealloc(2 * sizeof(krb5_data *));
p->supportedKDFs[0] = ealloc(sizeof(krb5_data));
ktest_make_sample_data(p->supportedKDFs[0]);
p->supportedKDFs[1] = NULL;