diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-27 00:19:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-15 10:59:34 +0200 |
| commit | d23abb4b3fef1e2497969b0909c736d0541b1091 (patch) | |
| tree | dfc4f439120ebaccdd436dddf0c2a63998f473b0 /src/verify.h | |
| parent | 482a757103731501b22836b8c669d572ae3ab769 (diff) | |
Add OK note when the CPL hash in the PKL is right.
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 7219c419..7c902660 100644 --- a/src/verify.h +++ b/src/verify.h @@ -102,6 +102,7 @@ public: * note contains (probably technical) details */ FAILED_READ, + MATCHING_CPL_HASHES, /** The hash of the CPL in the PKL does not agree with the CPL file * note contains CPL ID * file contains CPL filename |
