mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fix typo in OMEMO materials log
This commit is contained in:
parent
d43bd8f253
commit
976c2ec524
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user