diff options
Diffstat (limited to 'lang/cpp/src/context.h')
-rw-r--r-- | lang/cpp/src/context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/context.h b/lang/cpp/src/context.h index d66344ce..17a82de0 100644 --- a/lang/cpp/src/context.h +++ b/lang/cpp/src/context.h @@ -370,6 +370,7 @@ public: // Keep in line with core's flags DecryptNone = 0, DecryptVerify = 1, + DecryptArchive = 2, DecryptUnwrap = 128, DecryptMaxValue = 0x80000000 }; |