Added signature verification, /pgp fps command

This commit is contained in:
James Booth
2015-03-24 00:47:13 +00:00
parent b87130b601
commit 551f7df1f7
7 changed files with 129 additions and 13 deletions

View File

@@ -270,6 +270,9 @@ _shutdown(void)
ui_close();
#ifdef HAVE_LIBOTR
otr_shutdown();
#endif
#ifdef HAVE_LIBGPGME
p_gpg_close();
#endif
chat_log_close();
prefs_close();