diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-25 10:23:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-25 10:23:13 +0100 |
| commit | f77ac3e26fc89e33d88f1f932a3f3f3bda329d75 (patch) | |
| tree | 82bb0bd323ea3398d78191a5e87f9699ae98388e /src/lib | |
| parent | c180f317d5a8b27dd191c1f2228ceb6fc4039393 (diff) | |
Nag about potential problems when remaking the decryption chain.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/config.h | 1 |
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 }; |
