diff options
| author | Werner Koch <[email protected]> | 2006-04-19 13:24:36 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2006-04-19 13:24:36 +0000 |
| commit | d0907e64f473b743ec7a6888583e19502b804ca2 (patch) | |
| tree | 455edb5bd2b75ce96b967fc398160f3adb989a66 /g10/pkclist.c | |
| parent | Merged with gpg 1.4.3 code. (diff) | |
| download | gnupg-d0907e64f473b743ec7a6888583e19502b804ca2.tar.gz gnupg-d0907e64f473b743ec7a6888583e19502b804ca2.zip | |
Continued with merging.
Still does not build.
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 793ac6902..9e2a63642 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -958,7 +958,7 @@ build_pk_list( STRLIST rcpts, PK_LIST *ret_pk_list, unsigned int use ) rc = get_pubkey_byname( pk, answer, NULL, NULL, 0 ); if (rc) tty_printf(_("No such user ID.\n")); - else if ( !(rc=check_pubkey_algo2(pk->pubkey_algo, use)) ) + else if ( !(rc=openpgp_pk_test_algo2 (pk->pubkey_algo, use)) ) { if ( have_def_rec ) { |
