aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/global.h')
-rw-r--r--lang/cpp/src/global.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/cpp/src/global.h b/lang/cpp/src/global.h
index 3f12323a..15cc027c 100644
--- a/lang/cpp/src/global.h
+++ b/lang/cpp/src/global.h
@@ -61,7 +61,8 @@ enum KeyListMode {
Signatures = 0x4,
SignatureNotations = 0x8,
Validate = 0x10,
- Ephemeral = 0x20
+ Ephemeral = 0x20,
+ WithTofu = 0x40
};
enum SignatureMode { NormalSignatureMode, Detached, Clearsigned };