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/pine.hlp | 2 +- pith/send.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pith') diff --git a/pith/pine.hlp b/pith/pine.hlp index 51d0d003..94ba2c67 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 346 2019-06-03 11:10:47 +Alpine Commit 347 2019-06-04 20:14:13 ============= h_news ================= 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