diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-08 00:40:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-15 10:59:34 +0200 |
| commit | 0d31c86d6dfad9f437f5613d41cace9cc5928474 (patch) | |
| tree | 238db4a516a8919838c6ce8fbc0ae940a8d9fb76 /src/verify.h | |
| parent | 9074a175788d0d51d3396cfbcab32c9d022c3589 (diff) | |
Add OK note when PKL and CPL annotation texts match.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h index 70cdff3d..df515d19 100644 --- a/src/verify.h +++ b/src/verify.h @@ -343,6 +343,7 @@ public: * file contains the PKL filename */ MISMATCHED_PKL_ANNOTATION_TEXT_WITH_CPL, + MATCHING_PKL_ANNOTATION_TEXT_WITH_CPL, /** All content is encrypted */ ALL_ENCRYPTED, /** No content is encrypted */ |
