diff options
Diffstat (limited to 'trust/enumerate.h')
-rw-r--r-- | trust/enumerate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trust/enumerate.h b/trust/enumerate.h index 411820a..41cea09 100644 --- a/trust/enumerate.h +++ b/trust/enumerate.h @@ -49,6 +49,7 @@ enum { P11_ENUMERATE_ANCHORS = 1 << 21, P11_ENUMERATE_BLACKLIST = 1 << 22, P11_ENUMERATE_COLLAPSE = 1 << 23, + P11_ENUMERATE_CORRELATE = 1 << 24, }; typedef struct { |