summaryrefslogtreecommitdiff
path: root/pith/send.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2019-06-04 20:14:19 -0600
committerEduardo Chappa <chappa@washington.edu>2019-06-04 20:14:19 -0600
commit1d09ae170f006bcb2eecd3476899018fdb99189b (patch)
treef4189d25b30ba3b6589e74c0eee68a02f68d0a8a /pith/send.c
parent8a8766c0b2117dbf64655ec62331319077c1b803 (diff)
downloadalpine-1d09ae170f006bcb2eecd3476899018fdb99189b.tar.xz
* Temporarily reverse a code used when signing: There are two versions
of Openssl that do different things. I need to understand them better. In the mean time, we go back to the original code.
Diffstat (limited to 'pith/send.c')
-rw-r--r--pith/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/send.c b/pith/send.c
index d4c01aba..86d7e7e6 100644
--- a/pith/send.c
+++ b/pith/send.c
@@ -4331,7 +4331,7 @@ pine_rfc822_output_body(struct mail_bodystruct *body, soutr_t f, void *s)
|| !pine_write_body_header(&part->body,f,s)
|| !pine_rfc822_output_body (&part->body,f,s))
return(0);
-#ifdef SMIME
+#if 0 /* temporariy disable this code */
if(part == body->nested.part
&& ps_global->smime
&& ps_global->smime->do_sign