From ef9b3882523bd924992fdf6b8fd7c309e0197394 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 14 Sep 2009 20:10:34 +0000 Subject: [PATCH] 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);