Initialise variable to avoid spurious warning

This commit is contained in:
Jeremy Lakeman 2016-06-06 22:52:02 +09:30
parent 848f01e7d3
commit 1e3236e89c

View File

@ -569,7 +569,7 @@ int rhizome_derive_payload_key(rhizome_manifest *m)
if(m->has_recipient){
sid_t scratch;
const sid_t *other_pk = &m->recipient;
const sid_t *box_pk;
const sid_t *box_pk = NULL;
const uint8_t *box_sk = NULL;
{