diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-26 00:44:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-26 00:44:54 +0000 |
| commit | 72d1f6694f032a6044a4b14ee9ad9cba2b9756f3 (patch) | |
| tree | 0d233cc9a84b291166659fdcb0dc0825c579fb39 /src/lib | |
| parent | cfd3b08c3f5b0fbe145aa94bdcec1166f5f76b90 (diff) | |
Nag/warn when removing KDM decryption certificate.v2.13.137
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 7f8dd0cd4..7d21964a4 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -366,7 +366,7 @@ public: enum Nag { NAG_DKDM_CONFIG, NAG_ENCRYPTED_METADATA, - NAG_REMAKE_DECRYPTION_CHAIN, + NAG_ALTER_DECRYPTION_CHAIN, NAG_BAD_SIGNER_CHAIN, /* Not really a nag but it's the same idea */ NAG_INITIAL_SETUP, |
