changeset: 6411:200185ed86bc
user:      Brendan Cully <[email protected]>
date:      Sat Jan 31 11:53:47 2015 -0800
link:      http://dev.mutt.org/hg/mutt/rev/200185ed86bc

gpgme: typo in previous commit

diffs (12 lines):

diff -r 20e46d7bc453 -r 200185ed86bc crypt-mod-pgp-gpgme.c
--- a/crypt-mod-pgp-gpgme.c     Sat Jan 31 11:21:52 2015 -0800
+++ b/crypt-mod-pgp-gpgme.c     Sat Jan 31 11:53:47 2015 -0800
@@ -95,7 +95,7 @@
   return pgp_gpgme_encrypt_message (a, keylist, sign);
 }
 
-#ifdef HAVE_GPGPME_OP_EXPORT_KEYS
+#ifdef HAVE_GPGME_OP_EXPORT_KEYS
 static BODY *crypt_mod_pgp_make_key_attachment (char *tempf)
 {
   return pgp_gpgme_make_key_attachment (tempf);

Reply via email to