mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 16:16:21 +00:00
Show users fingerprint after generating key
This commit is contained in:
@@ -249,6 +249,10 @@ otr_account_load(ProfAccount *account)
|
||||
}
|
||||
cons_debug("Loaded fingerprints");
|
||||
|
||||
char fingerprint[45];
|
||||
otrl_privkey_fingerprint(user_state, fingerprint, jid, "xmpp");
|
||||
cons_debug("Your fingerprint: %s", fingerprint);
|
||||
|
||||
g_string_free(basedir, TRUE);
|
||||
g_string_free(keysfilename, TRUE);
|
||||
g_string_free(fpsfilename, TRUE);
|
||||
|
||||
Reference in New Issue
Block a user