mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
See ChangeLog: Fri Oct 6 14:29:16 CEST 2000 Werner Koch
This commit is contained in:
parent
9c20f65cbe
commit
14974bc5d7
18 changed files with 470 additions and 1332 deletions
|
@ -1752,9 +1752,9 @@ do_generate_keypair( struct para_data_s *para,
|
|||
log_error("can't lock public keyring: %s\n", gpg_errstr(rc) );
|
||||
else if( (rc=rc2=lock_keyblock( &sec_kbpos )) )
|
||||
log_error("can't lock secret keyring: %s\n", gpg_errstr(rc) );
|
||||
else if( (rc=insert_keyblock( &pub_kbpos, pub_root )) )
|
||||
else if( (rc=insert_keyblock( pub_root )) )
|
||||
log_error("can't write public key: %s\n", gpg_errstr(rc) );
|
||||
else if( (rc=insert_keyblock( &sec_kbpos, sec_root )) )
|
||||
else if( (rc=insert_keyblock( sec_root )) )
|
||||
log_error("can't write secret key: %s\n", gpg_errstr(rc) );
|
||||
else {
|
||||
if( !opt.batch )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue