]> granicus.if.org Git - mutt/commitdiff
Another S/MIME ifdef misses and causes compilation problems.
authorRené Clerc <rene@clerc.nl>
Mon, 11 Nov 2002 19:22:17 +0000 (19:22 +0000)
committerRené Clerc <rene@clerc.nl>
Mon, 11 Nov 2002 19:22:17 +0000 (19:22 +0000)
send.c

diff --git a/send.c b/send.c
index c4a545d2afe6f889f816f81dcaf688180a0392f8..ea0be574626a7258d62040dbd6bfa7ef23081a46 100644 (file)
--- a/send.c
+++ b/send.c
@@ -1265,7 +1265,9 @@ ci_send_message (int flags,               /* send mode */
 #endif
         msg->security |= APPLICATION_PGP;
       }
+#ifdef HAVE_SMIME
       if (~cur->security && !option (OPTSMIMEISDEFAULT))
+#endif
        msg->security |= APPLICATION_PGP;
 #endif /* HAVE_PGP */
     }