diff options
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index d585880ea..1170c4088 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -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; |