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 7b386801..6dd6b6db 100644 --- a/lang/cpp/src/context.cpp +++ b/lang/cpp/src/context.cpp @@ -1695,6 +1695,7 @@ std::ostream &operator<<(std::ostream &os, KeyListMode mode)      CHECK(Ephemeral);      CHECK(WithTofu);      CHECK(WithKeygrip); +    CHECK(WithSecret);  #undef CHECK      return os << ')';  }  | 
