1
0
Fork 0
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:
Werner Koch 2010-01-11 16:05:26 +00:00
parent 6db8452ab5
commit 2437911903
8 changed files with 123 additions and 19 deletions

View file

@ -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 --*/