aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keygen.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/keygen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keygen.c b/g10/keygen.c
index 1be65c42e..baacd75cc 100644
--- a/g10/keygen.c
+++ b/g10/keygen.c
@@ -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__);