(fix) enable S/MIME even when using GNU TLS (fixes #4201)

Conflicts:
	UI/MailPartViewers/UIxMailPartSignedViewer.m
This commit is contained in:
Ludovic Marcotte
2017-07-04 11:00:06 -04:00
parent 722c813909
commit 8d1b02d52b
2 changed files with 13 additions and 3 deletions
+3 -3
View File
@@ -21,8 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <stdio.h>
#ifdef HAVE_OPENSSL
#if defined(HAVE_OPENSSL) || defined(HAVE_GNUTLS)
#include <openssl/bio.h>
#include <openssl/err.h>
#include <openssl/pkcs7.h>
@@ -37,7 +36,8 @@
@implementation UIxMailPartSignedViewer : UIxMailPartMixedViewer
#ifdef HAVE_OPENSSL
#if defined(HAVE_OPENSSL) || defined(HAVE_GNUTLS)
- (BOOL) supportsSMIME
{
return YES;