mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 08:06:22 +00:00
Fix typo in OMEMO materials log
This commit is contained in:
@@ -325,7 +325,7 @@ omemo_generate_crypto_materials(ProfAccount *account)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
log_info("Generate long term OMEMO cryptography metarials");
|
log_info("Generate long term OMEMO cryptography materials");
|
||||||
|
|
||||||
/* Device ID */
|
/* Device ID */
|
||||||
gcry_randomize(&omemo_ctx.device_id, 4, GCRY_VERY_STRONG_RANDOM);
|
gcry_randomize(&omemo_ctx.device_id, 4, GCRY_VERY_STRONG_RANDOM);
|
||||||
|
|||||||
Reference in New Issue
Block a user