summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-26 00:29:45 +0100
committerCarl Hetherington <cth@carlh.net>2024-04-15 10:59:34 +0200
commit482a757103731501b22836b8c669d572ae3ab769 (patch)
tree4e90bd17d7bd76ebb77c4bcb7d99e6f543fe57ed /src/verify.h
parent45e3e3879e550b026b53a2bf0b5ae94a6b039db5 (diff)
Add OK note when all or nothing is encrypted.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 4669f777..7219c419 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -338,6 +338,10 @@ public:
* file contains the PKL filename
*/
MISMATCHED_PKL_ANNOTATION_TEXT_WITH_CPL,
+ /** All content is encrypted */
+ ALL_ENCRYPTED,
+ /** No content is encrypted */
+ NONE_ENCRYPTED,
/** Some, but not all content, is encrypted */
PARTIALLY_ENCRYPTED,
/** General error during JPEG2000 codestream verification