1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-24 22:09:57 +01:00

* gpg.c (main): Properly handle UTF8 usernames with --sign-key and --lsign-key.

This commit is contained in:
David Shaw 2008-12-21 16:57:33 +00:00
parent 3bd834c95e
commit 3aa63ab224
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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;