diff options
Diffstat (limited to 'gpgmeplug/gpgme-smime.c')
| -rw-r--r-- | gpgmeplug/gpgme-smime.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/gpgmeplug/gpgme-smime.c b/gpgmeplug/gpgme-smime.c index 088c8d53..70fff085 100644 --- a/gpgmeplug/gpgme-smime.c +++ b/gpgmeplug/gpgme-smime.c @@ -16,6 +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_ENC_INCLUDE_CLEARTEXT  false  #define GPGMEPLUG_ENC_MAKE_MIME_OBJECT   true @@ -33,5 +34,6 @@  #define GPGMEPLUG_ENC_FLAT_PREFIX        ""  #define GPGMEPLUG_ENC_FLAT_SEPARATOR     ""  #define GPGMEPLUG_ENC_FLAT_POSTFIX       "" +#define __GPGMEPLUG_ENCRYPTED_CODE_IS_BINARY true  #include "gpgmeplug.c"  | 
