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/skclist.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/skclist.c')
-rw-r--r-- | g10/skclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/skclist.c b/g10/skclist.c index 1cb69074a..afaa73814 100644 --- a/g10/skclist.c +++ b/g10/skclist.c @@ -176,7 +176,7 @@ build_sk_list( STRLIST locusr, SK_LIST *ret_sk_list, log_error(_("skipped \"%s\": %s\n"), locusr->d, g10_errstr(rc) ); } - else if( !(rc=openpgp_pk_test_algo (sk->pubkey_algo, use)) ) { + else if( !(rc=openpgp_pk_test_algo2 (sk->pubkey_algo, use)) ) { SK_LIST r; if( sk->version == 4 && (use & PUBKEY_USAGE_SIG) |