mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-20 05:37:57 +00:00
Initialise variable to avoid spurious warning
This commit is contained in:
parent
848f01e7d3
commit
1e3236e89c
@ -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;
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user