mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Implement command --passwd for GPG.
This commit is contained in:
parent
6db8452ab5
commit
2437911903
8 changed files with 123 additions and 19 deletions
|
@ -213,6 +213,7 @@ int delete_keys( strlist_t names, int secret, int allow_both );
|
|||
/*-- keyedit.c --*/
|
||||
void keyedit_menu( const char *username, strlist_t locusr,
|
||||
strlist_t commands, int quiet, int seckey_check );
|
||||
void keyedit_passwd (const char *username);
|
||||
void show_basic_key_info (KBNODE keyblock);
|
||||
|
||||
/*-- keygen.c --*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue