mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* gpg.c (main): Properly handle UTF8 usernames with --sign-key and --lsign-key.
This commit is contained in:
parent
3bd834c95e
commit
3aa63ab224
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-12-21 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpg.c (main): Properly handle UTF8 usernames with --sign-key and
|
||||
--lsign-key.
|
||||
|
||||
2008-12-11 Werner Koch <wk@g10code.com>
|
||||
|
||||
* sig-check.c (check_revocation_keys): Close message digest.
|
||||
|
|
|
@ -3539,7 +3539,7 @@ main (int argc, char **argv )
|
|||
|
||||
append_to_strlist( &sl, "save" );
|
||||
username = make_username( fname );
|
||||
keyedit_menu(fname, locusr, sl, 0, 0 );
|
||||
keyedit_menu(username, locusr, sl, 0, 0 );
|
||||
xfree(username);
|
||||
free_strlist(sl);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue