mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
gpg: Make algorithm selection prompt for ECC more clear.
* g10/keygen.c (ask_algo): Change 9 to "ECC and ECC".
This commit is contained in:
parent
72137a4522
commit
cf648fc5c8
@ -1833,7 +1833,7 @@ ask_algo (ctrl_t ctrl, int addmode, int *r_subkey_algo, unsigned int *r_usage,
|
||||
|
||||
#if GPG_USE_ECDSA || GPG_USE_ECDH || GPG_USE_EDDSA
|
||||
if (opt.expert && !addmode)
|
||||
tty_printf (_(" (%d) ECC\n"), 9 );
|
||||
tty_printf (_(" (%d) ECC and ECC\n"), 9 );
|
||||
if (opt.expert)
|
||||
tty_printf (_(" (%d) ECC (sign only)\n"), 10 );
|
||||
if (opt.expert)
|
||||
|
Loading…
x
Reference in New Issue
Block a user