From 71f51fa69b0e2f3afcdfbc2c06f251afe92a1f19 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 Dec 2025 23:48:46 +0100 Subject: 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. --- src/wx/certificate_chain_editor.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3