build: Appease gcc 14.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 15m48s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 15m48s
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])
|
||||
{
|
||||
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);
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user