aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h
index 4be592526..0560835b0 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -497,4 +497,11 @@ int agent_card_scd (ctrl_t ctrl, const char *cmdline,
int agent_handle_learn (ctrl_t ctrl, int send, void *assuan_context);
+/*-- cvt-openpgp.c --*/
+gpg_error_t
+extract_private_key (gcry_sexp_t s_key, int req_private_key_data,
+ const char **r_algoname, int *r_npkey, int *r_nskey,
+ const char **r_format, gcry_mpi_t *mpi_array,
+ gcry_sexp_t *r_curve, gcry_sexp_t *r_flags);
+
#endif /*AGENT_H*/