summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-25 10:23:13 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-25 10:23:13 +0100
commitf77ac3e26fc89e33d88f1f932a3f3f3bda329d75 (patch)
tree82bb0bd323ea3398d78191a5e87f9699ae98388e /src/lib
parentc180f317d5a8b27dd191c1f2228ceb6fc4039393 (diff)
Nag about potential problems when remaking the decryption chain.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h
index 44708a24f..970810a77 100644
--- a/src/lib/config.h
+++ b/src/lib/config.h
@@ -321,6 +321,7 @@ public:
enum Nag {
NAG_DKDM_CONFIG,
NAG_ENCRYPTED_METADATA,
+ NAG_REMAKE_DECRYPTION_CHAIN,
NAG_COUNT
};