From ef9b3882523bd924992fdf6b8fd7c309e0197394 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 14 Sep 2009 20:10:34 +0000 Subject: [PATCH 1/2] Monotone-Parent: 6cdcf3923cda0c5dd25c5d82b40d7755957207e4 Monotone-Revision: c4fdf74f8e1b05e98fa30deb0fcacf9be7ec1498 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-09-14T20:10:34 Monotone-Branch: ca.inverse.sogo --- UI/MailPartViewers/UIxMailPartSignedViewer.m | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/UI/MailPartViewers/UIxMailPartSignedViewer.m b/UI/MailPartViewers/UIxMailPartSignedViewer.m index 7514a14c5..98726070e 100644 --- a/UI/MailPartViewers/UIxMailPartSignedViewer.m +++ b/UI/MailPartViewers/UIxMailPartSignedViewer.m @@ -170,11 +170,10 @@ success = NO; - store = X509_STORE_new(); - + store = X509_STORE_new (); if (store) { - lookup = X509_STORE_add_lookup(store,X509_LOOKUP_file()); + lookup = X509_STORE_add_lookup (store, X509_LOOKUP_file()); if (lookup) { X509_LOOKUP_load_file (lookup, NULL, X509_FILETYPE_DEFAULT); From eaed6f4651ea552caeed2c3cabc11f06782880a0 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 14 Sep 2009 20:15:31 +0000 Subject: [PATCH 2/2] Monotone-Parent: c4fdf74f8e1b05e98fa30deb0fcacf9be7ec1498 Monotone-Revision: 9495d1f289e6a977a13ee774c20ad749628a99ac Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-09-14T20:15:31 Monotone-Branch: ca.inverse.sogo --- SoObjects/Contacts/NGVCard+SOGo.m | 1 + SoObjects/Contacts/NGVList+SOGo.m | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/SoObjects/Contacts/NGVCard+SOGo.m b/SoObjects/Contacts/NGVCard+SOGo.m index 750e63518..85a37b8f4 100644 --- a/SoObjects/Contacts/NGVCard+SOGo.m +++ b/SoObjects/Contacts/NGVCard+SOGo.m @@ -26,6 +26,7 @@ #import #import + #import "NGVCard+SOGo.h" @implementation NGVCard (SOGoExtensions) diff --git a/SoObjects/Contacts/NGVList+SOGo.m b/SoObjects/Contacts/NGVList+SOGo.m index bce521a31..f0bc5fd46 100644 --- a/SoObjects/Contacts/NGVList+SOGo.m +++ b/SoObjects/Contacts/NGVList+SOGo.m @@ -25,11 +25,12 @@ #import #import -#import -#import "NGVList+SOGo.h" - #import +#import + +#import "NGVList+SOGo.h" + @implementation NGVList (SOGoExtensions) - (NSString *) ldifString