diff options
Diffstat (limited to 'lang/cpp/src/global.h')
-rw-r--r-- | lang/cpp/src/global.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/cpp/src/global.h b/lang/cpp/src/global.h index 7a88dc32..7d9f9d66 100644 --- a/lang/cpp/src/global.h +++ b/lang/cpp/src/global.h @@ -66,7 +66,8 @@ enum KeyListMode { Validate = 0x10, Ephemeral = 0x20, WithTofu = 0x40, - WithKeygrip = 0x80 + WithKeygrip = 0x80, + WithSecret = 0x100 }; enum SignatureMode { NormalSignatureMode, Detached, Clearsigned }; |