aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl-Heinz Zimmer <[email protected]>2002-02-18 16:45:00 +0000
committerKarl-Heinz Zimmer <[email protected]>2002-02-18 16:45:00 +0000
commitcebb31b4dc502f6d09e1d86dcea0922410d9831f (patch)
treed321c77b0646c8893c84eee6c27af060cf7eea26
parent* keylist.c (gpgme_op_keylist_start): Do not use a verbose listing. (diff)
downloadgpgme-cebb31b4dc502f6d09e1d86dcea0922410d9831f.tar.gz
gpgme-cebb31b4dc502f6d09e1d86dcea0922410d9831f.zip
fixed wrong GPGMEPLUG_SIGN_CTYPE_CODE parameter for S/MIME
Diffstat (limited to '')
-rw-r--r--gpgmeplug/gpgme-smime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgmeplug/gpgme-smime.c b/gpgmeplug/gpgme-smime.c
index 395b9a2d..088c8d53 100644
--- a/gpgmeplug/gpgme-smime.c
+++ b/gpgmeplug/gpgme-smime.c
@@ -10,7 +10,7 @@
#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_CTYPE_CODE "application/pkcs7-signature; name=\"smime.p7s\""
#define GPGMEPLUG_SIGN_CDISP_CODE "attachment; filename=\"smime.p7s\""
#define GPGMEPLUG_SIGN_CTENC_CODE "base64"
#define GPGMEPLUG_SIGN_FLAT_PREFIX ""