diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-12 20:15:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-12 20:15:05 +0100 |
| commit | 9060f465fc05f44882e96a8b73551767e5a9d876 (patch) | |
| tree | ae81264e85e6c53f1868183e809838189322b8e7 /src/wx/recreate_chain_dialog.h | |
| parent | d6bf14897e544761e1a58b6d41f261d446afa5c9 (diff) | |
Prompt to recreate > ~10 year old certificates on startup.v2.14.58v2.14.x-10-year-validity
Diffstat (limited to 'src/wx/recreate_chain_dialog.h')
| -rw-r--r-- | src/wx/recreate_chain_dialog.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wx/recreate_chain_dialog.h b/src/wx/recreate_chain_dialog.h index 287e65767..5973bb49b 100644 --- a/src/wx/recreate_chain_dialog.h +++ b/src/wx/recreate_chain_dialog.h @@ -19,14 +19,17 @@ */ #include "question_dialog.h" +#include "lib/config.h" #include <wx/wx.h> #include <list> class RecreateChainDialog : public QuestionDialog { public: - RecreateChainDialog (wxWindow* parent); + RecreateChainDialog (wxWindow* parent, Config::BadSignerChainReason reason); private: void shut_up (wxCommandEvent& ev); + + Config::BadSignerChainReason _reason; }; |
