diff options
author | Marcus Brinkmann <[email protected]> | 2002-01-15 19:53:55 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-01-15 19:53:55 +0000 |
commit | af5bfdd49ef57839940c31966d46fc8578792711 (patch) | |
tree | 66b9b36fede14fa805fe1fbd230f72a18f9a0271 /gpgmeplug/gpgsmplug.c | |
parent | bug found: no more crashing when calling signing/encoding functions :-) (diff) | |
download | gpgme-af5bfdd49ef57839940c31966d46fc8578792711.tar.gz gpgme-af5bfdd49ef57839940c31966d46fc8578792711.zip |
2002-01-15 Marcus Brinkmann <[email protected]>
* gpgmeplug.c: Renamed to ...
* gpgme-openpgp.c: ... this. New file.
* gpgsmplug.c: Renamed to ...
* gpgme-smime.c: ... this. new file.
* Makefile.am: Rewritten to use libtool's module functionality.
Diffstat (limited to 'gpgmeplug/gpgsmplug.c')
-rw-r--r-- | gpgmeplug/gpgsmplug.c | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/gpgmeplug/gpgsmplug.c b/gpgmeplug/gpgsmplug.c deleted file mode 100644 index 395b9a2d..00000000 --- a/gpgmeplug/gpgsmplug.c +++ /dev/null @@ -1,37 +0,0 @@ -#define GPGMEPLUG_PROTOCOL GPGME_PROTOCOL_CMS - -#define GPGMEPLUG_SIGN_INCLUDE_CLEARTEXT true -#define GPGMEPLUG_SIGN_MAKE_MIME_OBJECT true -#define GPGMEPLUG_SIGN_MAKE_MULTI_MIME true -#define GPGMEPLUG_SIGN_CTYPE_MAIN "multipart/signed; protocol=application/pkcs7-signature; micalg=pgp-sha1" -#define GPGMEPLUG_SIGN_CDISP_MAIN "" -#define GPGMEPLUG_SIGN_CTENC_MAIN "" -#define GPGMEPLUG_SIGN_CTYPE_VERSION "" -#define GPGMEPLUG_SIGN_CDISP_VERSION "" -#define GPGMEPLUG_SIGN_CTENC_VERSION "" -#define GPGMEPLUG_SIGN_BTEXT_VERSION "" -#define GPGMEPLUG_SIGN_CTYPE_CODE "application/pgp-signature; name=\"smime.p7s\"" -#define GPGMEPLUG_SIGN_CDISP_CODE "attachment; filename=\"smime.p7s\"" -#define GPGMEPLUG_SIGN_CTENC_CODE "base64" -#define GPGMEPLUG_SIGN_FLAT_PREFIX "" -#define GPGMEPLUG_SIGN_FLAT_SEPARATOR "" -#define GPGMEPLUG_SIGN_FLAT_POSTFIX "" - -#define GPGMEPLUG_ENC_INCLUDE_CLEARTEXT false -#define GPGMEPLUG_ENC_MAKE_MIME_OBJECT true -#define GPGMEPLUG_ENC_MAKE_MULTI_MIME false -#define GPGMEPLUG_ENC_CTYPE_MAIN "application/pkcs7-mime; smime-type=enveloped-data; name=\"smime.p7m\"" -#define GPGMEPLUG_ENC_CDISP_MAIN "attachment; filename=\"smime.p7m\"" -#define GPGMEPLUG_ENC_CTENC_MAIN "base64" -#define GPGMEPLUG_ENC_CTYPE_VERSION "" -#define GPGMEPLUG_ENC_CDISP_VERSION "" -#define GPGMEPLUG_ENC_CTENC_VERSION "" -#define GPGMEPLUG_ENC_BTEXT_VERSION "" -#define GPGMEPLUG_ENC_CTYPE_CODE "" -#define GPGMEPLUG_ENC_CDISP_CODE "" -#define GPGMEPLUG_ENC_CTENC_CODE "" -#define GPGMEPLUG_ENC_FLAT_PREFIX "" -#define GPGMEPLUG_ENC_FLAT_SEPARATOR "" -#define GPGMEPLUG_ENC_FLAT_POSTFIX "" - -#include "gpgmeplug.c" |