forked from cory/tildefriends
build: Appease gcc 14.
This commit is contained in:
parent
30329f7cad
commit
b653a5250d
@ -1947,7 +1947,7 @@ enum
|
|||||||
|
|
||||||
static bool _tf_ssb_get_private_key_curve25519(sqlite3* db, const char* user, const char* identity, uint8_t out_private_key[static crypto_sign_SECRETKEYBYTES])
|
static bool _tf_ssb_get_private_key_curve25519(sqlite3* db, const char* user, const char* identity, uint8_t out_private_key[static crypto_sign_SECRETKEYBYTES])
|
||||||
{
|
{
|
||||||
if (!user || !identity || !out_private_key)
|
if (!user || !identity)
|
||||||
{
|
{
|
||||||
tf_printf("user=%p identity=%p out_private_key=%p\n", user, identity, out_private_key);
|
tf_printf("user=%p identity=%p out_private_key=%p\n", user, identity, out_private_key);
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user