]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix typo in ktest_make_sample_auth_pack
authorGreg Hudson <ghudson@mit.edu>
Fri, 29 Mar 2013 06:39:44 +0000 (02:39 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 29 Mar 2013 06:39:44 +0000 (02:39 -0400)
src/tests/asn.1/ktest.c

index e734aeb73ce95f0f116d2bfb39530c057d3fdd6c..aa41fd89d57192c3f9a9167feec924cc839543fc 100644 (file)
@@ -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;