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);