1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

winpgnt: menu options to delete/reencrypt everything.

Now the systray menu includes 'Remove All Keys' and 'Re-encrypt All
Keys' options, which do exactly what they say on the tin.
This commit is contained in:
Simon Tatham
2021-04-04 10:02:24 +01:00
parent 39a72c16cd
commit b8374f1bdf
3 changed files with 33 additions and 3 deletions

View File

@ -121,6 +121,8 @@ int pageant_count_ssh2_keys(void);
bool pageant_delete_nth_ssh1_key(int i);
bool pageant_delete_nth_ssh2_key(int i);
bool pageant_reencrypt_nth_ssh2_key(int i);
void pageant_delete_all(void);
void pageant_reencrypt_all(void);
/*
* This callback must be provided by the Pageant front end code.