mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
agent: Use get_pk_algo_from_key.
* agent/findkey.c (key_parms_from_sexp, is_eddsa): Remove. (agent_pk_get_algo): Remove. * agent/pksign.c (agent_pksign_do): Use get_pk_algo_from_key. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
d2e4aa5ee4
commit
4bdade5b0b
2 changed files with 1 additions and 159 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue