summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 372da764..c0491422 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -379,6 +379,8 @@ public:
* file contains the asset filename
*/
MISMATCHED_TIMED_TEXT_DURATION,
+ /** Something could not be verified because content is encrypted and no key is available */
+ MISSED_CHECK_OF_ENCRYPTED,
};
VerificationNote (Type type, Code code)