From 1d09ae170f006bcb2eecd3476899018fdb99189b Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Tue, 4 Jun 2019 20:14:19 -0600 Subject: * 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. --- pith/send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pith/send.c') 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 -- cgit v1.2.3-54-g00ecf