summaryrefslogtreecommitdiff
path: root/pith/smkeys.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/smkeys.c')
-rw-r--r--pith/smkeys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/smkeys.c b/pith/smkeys.c
index 25144470..5fd7f97c 100644
--- a/pith/smkeys.c
+++ b/pith/smkeys.c
@@ -807,7 +807,7 @@ get_ca_store(void)
resort_certificates(&ps_global->smime->cacertlist, CACert);
}
- if(!(lookup=X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir()))){
+ if(!(lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir()))){
X509_STORE_free(store);
return NULL;
}