summaryrefslogtreecommitdiffstats
path: root/cryptglue.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2005-01-28 13:17:22 +0000
committerWerner Koch <wk@gnupg.org>2005-01-28 13:17:22 +0000
commit4bb5db92a89158cc45c3480f2be62d0b435c9a4e (patch)
treeb4cce50c4807558e08925f72ed0f7c3b532cb692 /cryptglue.c
parent1cf833351597eb6f991ac0e17a634e8328423014 (diff)
gpgme integration. See documentation for $crypt_use_gpgme,
and http://www.gnupg.org/aegypten2/.
Diffstat (limited to 'cryptglue.c')
-rw-r--r--cryptglue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptglue.c b/cryptglue.c
index f8ff4793..ae25b11d 100644
--- a/cryptglue.c
+++ b/cryptglue.c
@@ -84,6 +84,8 @@ void crypt_init (void)
#else
mutt_message (_("\"crypt_use_gpgme\" set"
" but not build with GPGME support."));
+ if (mutt_any_key_to_continue (NULL) == -1)
+ mutt_exit(1);
#endif
}