SMIME_SIGNERS
} else if (operation & SMIME_SIGNERS) {
#define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
#define SMIME_RESIGN (5 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
if (!(operation & SMIME_SIGNERS) && (rr_to != NULL || rr_from != NULL)) {
if (!(operation & SMIME_SIGNERS) && (skkeys != NULL || sksigners != NULL)) {
if (operation & SMIME_SIGNERS) {
if ((operation & SMIME_SIGNERS) == 0) {
if ((operation & SMIME_SIGNERS) != 0 && (flags & CMS_DETACHED) != 0)
#define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
#define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
if (!(operation & SMIME_SIGNERS) && (skkeys != NULL || sksigners != NULL)) {
if (operation & SMIME_SIGNERS) {
if (!(operation & SMIME_SIGNERS))
} else if (operation & SMIME_SIGNERS) {