Fix compiler warnings.
This commit is contained in:
parent
791c1898ea
commit
303dd1e702
3 changed files with 7 additions and 7 deletions
|
|
@ -155,7 +155,7 @@ bool send_metakey_ec(connection_t *c) {
|
|||
|
||||
b64encode(key, key, ECDH_SIZE + siglen);
|
||||
|
||||
bool result = send_request(c, "%d %s", METAKEY, key);
|
||||
return send_request(c, "%d %s", METAKEY, key);
|
||||
}
|
||||
|
||||
bool send_metakey(connection_t *c) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue