Skip to content

Commit

Permalink
Fix typo in ktest_make_sample_auth_pack
Browse files Browse the repository at this point in the history
  • Loading branch information
greghudson committed Mar 29, 2013
1 parent fb473d8 commit 20c691d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/asn.1/ktest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 20c691d

Please sign in to comment.