From 35c10545075da2353511ed83f7b5bb664f055df4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sun, 8 Nov 1998 17:23:14 +0000 Subject: ready to release 0.4.3 --- g10/pkclist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'g10/pkclist.c') diff --git a/g10/pkclist.c b/g10/pkclist.c index 0cccd2870..bef871c5f 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -432,7 +432,7 @@ build_pk_list( STRLIST remusr, PK_LIST *ret_pk_list, unsigned usage ) free_public_key( pk ); pk = m_alloc_clear( sizeof *pk ); pk->pubkey_usage = usage; - rc = get_pubkey_byname( pk, answer ); + rc = get_pubkey_byname( NULL, pk, answer, NULL ); if( rc ) tty_printf(_("No such user ID.\n")); else if( !(rc=check_pubkey_algo2(pk->pubkey_algo, usage)) ) { @@ -466,7 +466,7 @@ build_pk_list( STRLIST remusr, PK_LIST *ret_pk_list, unsigned usage ) pk = m_alloc_clear( sizeof *pk ); pk->pubkey_usage = usage; - if( (rc = get_pubkey_byname( pk, remusr->d )) ) { + if( (rc = get_pubkey_byname( NULL, pk, remusr->d, NULL )) ) { free_public_key( pk ); pk = NULL; log_error(_("%s: skipped: %s\n"), remusr->d, g10_errstr(rc) ); } -- cgit v1.2.3