aboutsummaryrefslogtreecommitdiffstats
path: root/agent/pksign.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/pksign.c')
-rw-r--r--agent/pksign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/pksign.c b/agent/pksign.c
index 96f877415..a2d5362be 100644
--- a/agent/pksign.c
+++ b/agent/pksign.c
@@ -320,7 +320,7 @@ agent_pksign_do (ctrl_t ctrl, const char *cache_nonce,
goto leave;
}
- algo = agent_pk_get_algo (s_skey);
+ algo = get_pk_algo_from_key (s_skey);
if (shadow_info || no_shadow_info)
{