From 37bff517e244def9f87a711a0154b182c89f07b3 Mon Sep 17 00:00:00 2001 From: Sven Moritz Hallberg Date: Sun, 17 Feb 2008 03:05:23 +0100 Subject: add TODO note about erasing forgotten keys --- otr.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/otr.c b/otr.c index d69dffaf..e675dc25 100644 --- a/otr.c +++ b/otr.c @@ -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) -- cgit v1.2.3