diff options
author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-17 03:05:23 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-17 03:05:23 +0100 |
commit | 37bff517e244def9f87a711a0154b182c89f07b3 (patch) | |
tree | 9eeafd0eed1faec36f6d17918d22ef4aa3dee8c2 | |
parent | d0faf626e98cf8a332afac5ac7d61c80dd8d3064 (diff) |
add TODO note about erasing forgotten keys
-rw-r--r-- | otr.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -904,6 +904,9 @@ void yes_forget_key(gpointer w, void *data) OtrlPrivKey *key = (OtrlPrivKey *)data; otrl_privkey_forget(key); + /* Hm, libotr doesn't seem to offer a function for explicitly /writing/ + keyfiles. So the key will be back on the next load... */ + /* TODO: Actually erase forgotten keys from storage? */ } void cmd_otr_forget(irc_t *irc, char **args) |