aboutsummaryrefslogtreecommitdiffstats
path: root/g10/skclist.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/skclist.c')
-rw-r--r--g10/skclist.c2
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)