summaryrefslogtreecommitdiff
path: root/trust/extract.c
diff options
context:
space:
mode:
Diffstat (limited to 'trust/extract.c')
-rw-r--r--trust/extract.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/trust/extract.c b/trust/extract.c
index 05273f9..3433151 100644
--- a/trust/extract.c
+++ b/trust/extract.c
@@ -285,6 +285,7 @@ p11_trust_extract (int argc,
if (!p11_enumerate_ready (&ex, "ca-anchors"))
exit (1);
+ ex.flags |= P11_ENUMERATE_CORRELATE;
ret = (format) (&ex, argv[0]) ? 0 : 1;
p11_enumerate_cleanup (&ex);