From 3e7be280ebadef372e2f6e1ceb0d2ecddab68422 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ren=C3=A9=20Clerc?= Date: Mon, 11 Nov 2002 19:22:17 +0000 Subject: [PATCH] Another S/MIME ifdef misses and causes compilation problems. --- send.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/send.c b/send.c index c4a545d2..ea0be574 100644 --- 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 */ } -- 2.40.0