mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* import.c (import_one): Show the keyid when giving the Elgamal slow
import warning. * g10.c (main): Older versions used --comment "" to indicate no comment. Don't add an empty comment.
This commit is contained in:
parent
837df305c6
commit
6ad91b2b3a
3 changed files with 14 additions and 3 deletions
|
@ -560,8 +560,8 @@ import_one( const char *fname, KBNODE keyblock,
|
|||
uidnode = find_next_kbnode( keyblock, PKT_USER_ID );
|
||||
|
||||
if(pk->pubkey_algo==PUBKEY_ALGO_ELGAMAL)
|
||||
log_info(_("NOTE: Elgamal primary key detected - "
|
||||
"this may take some time to import\n"));
|
||||
log_info(_("key %08lX: Elgamal primary key -"
|
||||
" this may take some time to import\n"),(ulong)keyid[1]);
|
||||
|
||||
if( opt.verbose && !opt.interactive ) {
|
||||
log_info( "pub %4u%c/%08lX %s ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue