summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-15 12:48:15 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-15 12:48:15 +0000
commit627cf204ede4204b58c385c30e82561cfc93d28c (patch)
treea96dc5aa5babcd355b7d3e08d77d50dff4cbfe41 /src/lib
parent835fd0fd7ee052edc001ac8fe3c928d1de7367e8 (diff)
Warn on importing complete certificate chains (part of #1488).
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 3518dc63f..7f8dd0cd4 100644
--- a/src/lib/config.h
+++ b/src/lib/config.h
@@ -370,6 +370,7 @@ public:
NAG_BAD_SIGNER_CHAIN,
/* Not really a nag but it's the same idea */
NAG_INITIAL_SETUP,
+ NAG_IMPORT_DECRYPTION_CHAIN,
NAG_COUNT
};