fix sizeof

This commit is contained in:
Love Hörnquist Åstrand
2011-12-03 13:02:28 -08:00
parent 89bae59b49
commit fdeb7b2318

View File

@@ -229,7 +229,7 @@ test_dh2key(krb5_context context, int i, struct testcase *c)
AlgorithmIdentifier ai;
size_t size;
memset(&ticket, 0, sizeof(&ticket));
memset(&ticket, 0, sizeof(ticket));
ai.algorithm = *c->oid;
ai.parameters = NULL;