diff options
Diffstat (limited to '')
-rw-r--r-- | lang/cpp/src/context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/context.cpp b/lang/cpp/src/context.cpp index 62cad206..564cff58 100644 --- a/lang/cpp/src/context.cpp +++ b/lang/cpp/src/context.cpp @@ -1420,6 +1420,7 @@ std::ostream &operator<<(std::ostream &os, KeyListMode mode) CHECK(Signatures); CHECK(Validate); CHECK(Ephemeral); + CHECK(WithTofu); #undef CHECK return os << ')'; } |