aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
authorAndrey Jivsov <[email protected]>2011-01-13 05:14:45 +0000
committerAndrey Jivsov <[email protected]>2011-01-13 05:14:45 +0000
commitb73d8ed06ffef8d2fd70ab2e48da9ef515472fe9 (patch)
tree1f9b06bf3bbf7647235f6080dca2abcb013f35b5 /agent/agent.h
parent'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 --deb... (diff)
downloadgnupg-b73d8ed06ffef8d2fd70ab2e48da9ef515472fe9.tar.gz
gnupg-b73d8ed06ffef8d2fd70ab2e48da9ef515472fe9.zip
Fixed key generation with P-521. Confirmed that signature generation and verification work.
Diffstat (limited to '')
-rw-r--r--agent/agent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h
index 7716bb0c2..e31b6a78e 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -215,6 +215,7 @@ const char *get_agent_ssh_socket_name (void);
void *get_agent_scd_notify_event (void);
#endif
void agent_sighup_action (void);
+int map_pk_openpgp_to_gcry (int openpgp_algo);
/*-- command.c --*/
gpg_error_t agent_inq_pinentry_launched (ctrl_t ctrl, unsigned long pid);