diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-17 23:48:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-17 23:48:46 +0100 |
| commit | 71f51fa69b0e2f3afcdfbc2c06f251afe92a1f19 (patch) | |
| tree | 3a9accbb60ec8c08e3c35167fc8d429dcb44079b /src | |
| parent | 235483a91d4160f4b9b2e53f1a7d5c4cb5b27925 (diff) | |
Update "bad private key" message when loading a new one.
Otherwise if you fix the private key last the red error message doesn't
go away.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/certificate_chain_editor.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/certificate_chain_editor.cc b/src/wx/certificate_chain_editor.cc index 97275cc79..3ba9d69dd 100644 --- a/src/wx/certificate_chain_editor.cc +++ b/src/wx/certificate_chain_editor.cc @@ -384,6 +384,7 @@ CertificateChainEditor::import_private_key() } update_sensitivity(); + update_certificate_list(); } void |
