mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-18 18:05:36 +00:00
Monotone-Parent: 6cdcf3923cda0c5dd25c5d82b40d7755957207e4
Monotone-Revision: c4fdf74f8e1b05e98fa30deb0fcacf9be7ec1498 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-09-14T20:10:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user