From: Thomas Roessler Date: Tue, 25 Feb 2003 21:45:16 +0000 (+0000) Subject: I should test-compile things before committing. Stupid typo. X-Git-Tag: mutt-1-5-4-rel~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d63528d833951603eb4c47301d2307c680d26d47;p=mutt I should test-compile things before committing. Stupid typo. --- diff --git a/crypt.c b/crypt.c index 83034424..b0ecafaa 100644 --- a/crypt.c +++ b/crypt.c @@ -832,7 +832,7 @@ void mutt_signed_handler (BODY *a, STATE *s) else if ((WithCrypto & APPLICATION_SMIME) && protocol_major == TYPEAPPLICATION && !(mutt_strcasecmp (protocol_minor, "x-pkcs7-signature") - && mutt_strcasecmp (protocol_minor, "pkcs7-signature")) + && mutt_strcasecmp (protocol_minor, "pkcs7-signature"))) ; else if (protocol_major == TYPEMULTIPART && !mutt_strcasecmp (protocol_minor, "mixed"))