From cf04fed2deb7b222d32c1fbe1acf6a0c4bd243b0 Mon Sep 17 00:00:00 2001 From: Karl-Heinz Zimmer Date: Fri, 22 Mar 2002 10:40:24 +0000 Subject: interface change: signMessage() and encryptMessage() now return an additional 'cipherLen' parameter to enable us to handle binary cipher data --- gpgmeplug/gpgme-openpgp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gpgmeplug/gpgme-openpgp.c') diff --git a/gpgmeplug/gpgme-openpgp.c b/gpgmeplug/gpgme-openpgp.c index dce22bea..042a11dc 100644 --- a/gpgmeplug/gpgme-openpgp.c +++ b/gpgmeplug/gpgme-openpgp.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 false #include "gpgmeplug.c" -- cgit v1.2.3