summaryrefslogtreecommitdiffstats
path: root/g10/gpgd.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/gpgd.c')
-rw-r--r--g10/gpgd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpgd.c b/g10/gpgd.c
index 8f99a0533..d68e5a843 100644
--- a/g10/gpgd.c
+++ b/g10/gpgd.c
@@ -85,7 +85,7 @@ strusage( int level )
case 33:
if( !pubkeys )
pubkeys = build_list("Supported pubkeys: ", pubkey_algo_to_string,
- check_pubkey_algo );
+ openpgp_pk_test_algo );
p = pubkeys;
break;
case 34: