mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Re-implemented GPG's --passwd command and improved it.
This commit is contained in:
parent
c212133918
commit
02e4c3cb7e
18 changed files with 696 additions and 571 deletions
|
@ -3657,7 +3657,7 @@ main (int argc, char **argv)
|
|||
else
|
||||
{
|
||||
username = make_username (fname);
|
||||
keyedit_passwd (username);
|
||||
keyedit_passwd (ctrl, username);
|
||||
xfree (username);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue