mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Fix bug#1056.
This commit is contained in:
parent
4fa261f8ec
commit
ad6326185e
@ -1,3 +1,8 @@
|
||||
2009-05-20 Werner Koch <wk@g10code.com>
|
||||
|
||||
* keygen.c (ask_key_flags): Fix bug in the translation check.
|
||||
Fixes bug#1056.
|
||||
|
||||
2009-05-18 Daiki Ueno <ueno@unixuser.org> (wk)
|
||||
|
||||
* encode.c (encode_simple): Tell passphrase_to_dek to cache
|
||||
|
@ -1555,7 +1555,7 @@ ask_key_flags(int algo,int subkey)
|
||||
unsigned int current=0;
|
||||
unsigned int possible=openpgp_pk_algo_usage(algo);
|
||||
|
||||
if ( strlen(togglers) != 7 )
|
||||
if ( strlen(togglers) != 8 )
|
||||
{
|
||||
tty_printf ("NOTE: Bad translation at %s:%d. "
|
||||
"Please report.\n", __FILE__, __LINE__);
|
||||
|
Loading…
x
Reference in New Issue
Block a user