* lib/crypto: disable pkcs7 for now

This commit is contained in:
djcb
2012-08-10 09:39:24 +03:00
parent 5fd9d79075
commit 1c058a1b9d
2 changed files with 19 additions and 19 deletions

View File

@ -46,7 +46,7 @@ enum _MuMsgOptions {
MU_MSG_OPTION_VERIFY = 1 << 4,
MU_MSG_OPTION_AUTO_RETRIEVE = 1 << 5,
MU_MSG_OPTION_USE_AGENT = 1 << 6,
MU_MSG_OPTION_USE_PKCS7 = 1 << 7, /* gpg is the default */
/* MU_MSG_OPTION_USE_PKCS7 = 1 << 7, /\* gpg is the default *\/ */
MU_MSG_OPTION_DECRYPT = 1 << 8,