summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scd/app-nks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/app-nks.c b/scd/app-nks.c
index 47be7cd85..caf686316 100644
--- a/scd/app-nks.c
+++ b/scd/app-nks.c
@@ -440,6 +440,7 @@ keygripstr_from_pk_file (app_t app, int pkfid, int cfid, char *r_gripstr,
bin2hex (grip, 20, r_gripstr);
if (r_algo)
*r_algo = algo;
+ algostr = pubkey_algo_string (sexp, NULL);
}