The rest of the code for this obsolete option was dropped a while ago.
crypt_opportunistic_encrypt(msg);
break;
- case 'f': /* (f)orget it: kept for backward compatibility. */
case 'c': /* (c)lear */
msg->security &= ~(ENCRYPT | SIGN);
break;
- case 'F': /* (f)orget it or (c)lear in oppenc mode */
case 'C':
msg->security &= ~SIGN;
break;
msg->security |= (ENCRYPT | SIGN);
break;
- case 'f': /* (f)orget it: kept for backward compatibility. */
case 'c': /* (c)lear */
msg->security &= ~(ENCRYPT | SIGN);
break;
- case 'F': /* (f)orget it or (c)lear in oppenc mode */
case 'C':
msg->security &= ~SIGN;
break;
msg->security |= (ENCRYPT | SIGN);
break;
- case 'f': /* (f)orget it: kept for backward compatibility. */
case 'c': /* (c)lear */
msg->security &= ~(ENCRYPT | SIGN);
break;
- case 'F': /* (f)orget it or (c)lear in oppenc mode */
case 'C':
msg->security &= ~SIGN;
break;