SMIME_SIGNERS
if (!(cms_config.operation & SMIME_SIGNERS) &&
if (!(cms_config.operation & SMIME_SIGNERS) &&
if (cms_config.operation & SMIME_SIGNERS) {
if (!(cms_config.operation & SMIME_SIGNERS))
} else if (cms_config.operation & SMIME_SIGNERS) {
#define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
#define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
if (!(smime_config.operation & SMIME_SIGNERS) &&
if (smime_config.operation & SMIME_SIGNERS) {
#define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
if (!(smime_config.operation & SMIME_SIGNERS))
#define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
} else if (smime_config.operation & SMIME_SIGNERS) {