aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/gpgme-openpgp.c
diff options
context:
space:
mode:
authorKarl-Heinz Zimmer <[email protected]>2002-05-07 10:40:48 +0000
committerKarl-Heinz Zimmer <[email protected]>2002-05-07 10:40:48 +0000
commit00567dc8e360a50902a80f31aae2c680caeebf6c (patch)
tree0cae7274855902962f78525e22215b3e86469d10 /gpgmeplug/gpgme-openpgp.c
parentBumbed version number to *-cvs (diff)
downloadgpgme-00567dc8e360a50902a80f31aae2c680caeebf6c.tar.gz
gpgme-00567dc8e360a50902a80f31aae2c680caeebf6c.zip
Bugfix don't use binary signatures for OpenPGP
Diffstat (limited to 'gpgmeplug/gpgme-openpgp.c')
-rw-r--r--gpgmeplug/gpgme-openpgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgmeplug/gpgme-openpgp.c b/gpgmeplug/gpgme-openpgp.c
index 042a11dc..56908e1b 100644
--- a/gpgmeplug/gpgme-openpgp.c
+++ b/gpgmeplug/gpgme-openpgp.c
@@ -16,7 +16,7 @@
#define GPGMEPLUG_SIGN_FLAT_PREFIX ""
#define GPGMEPLUG_SIGN_FLAT_SEPARATOR ""
#define GPGMEPLUG_SIGN_FLAT_POSTFIX ""
-#define __GPGMEPLUG_SIGNATURE_CODE_IS_BINARY true
+#define __GPGMEPLUG_SIGNATURE_CODE_IS_BINARY false
#define GPGMEPLUG_ENC_INCLUDE_CLEARTEXT false
#define GPGMEPLUG_ENC_MAKE_MIME_OBJECT true