diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-14 10:27:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-14 10:27:04 +0100 |
| commit | f258388fd0a521f3d58a91e78c4460784f6700f3 (patch) | |
| tree | ba3099fc1ff0d7c9a41939dfda49b83859aa5ddb /src/wx/config_dialog.h | |
| parent | bfb8965dafcbbe045dfb58ad71333df8898e1df3 (diff) | |
Add re-make signing certificates button to the main config page.
Diffstat (limited to 'src/wx/config_dialog.h')
| -rw-r--r-- | src/wx/config_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h index 992490927..b7f3a269f 100644 --- a/src/wx/config_dialog.h +++ b/src/wx/config_dialog.h @@ -176,6 +176,7 @@ private: void signing_advanced (); void export_decryption_chain_and_key (); void import_decryption_chain_and_key (); + void remake_signing (); }; |
