mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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
|
@ -779,7 +779,7 @@ default_recipient(void)
|
|||
if( !opt.def_recipient_self )
|
||||
return NULL;
|
||||
sk = gcry_xcalloc( 1, sizeof *sk );
|
||||
i = get_seckey_byname( sk, NULL, 0 );
|
||||
i = get_seckey_byname( NULL, sk, NULL, 0, NULL );
|
||||
if( i ) {
|
||||
free_secret_key( sk );
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue