Fix compilation errors with OpenSSL

This commit is contained in:
Patrice Levesque
2016-02-15 11:14:06 -05:00
parent 520b1094be
commit 9e83ff9f04
2 changed files with 10 additions and 0 deletions
@@ -19,10 +19,16 @@
*/
#ifdef HAVE_OPENSSL
#include <openssl/bio.h>
#include <openssl/err.h>
#include <openssl/pkcs7.h>
#include <openssl/x509.h>
#endif
#import <Foundation/NSData.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSValue.h>
#import <Mailer/SOGoMailObject.h>
#import "UIxMailRenderingContext.h"
#import "UIxMailPartSignedViewer.h"