diff options
Diffstat (limited to 'agent/cvt-openpgp.h')
-rw-r--r-- | agent/cvt-openpgp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/cvt-openpgp.h b/agent/cvt-openpgp.h index db06a3f6a..3c48d0319 100644 --- a/agent/cvt-openpgp.h +++ b/agent/cvt-openpgp.h @@ -19,12 +19,12 @@ #ifndef GNUPG_AGENT_CVT_OPENPGP_H #define GNUPG_AGENT_CVT_OPENPGP_H -gpg_error_t convert_from_openpgp (ctrl_t ctrl, gcry_sexp_t s_pgp, +gpg_error_t convert_from_openpgp (ctrl_t ctrl, gcry_sexp_t s_pgp, unsigned char *grip, const char *prompt, const char *cache_nonce, unsigned char **r_key, char **r_passphrase); -gpg_error_t convert_to_openpgp (ctrl_t ctrl, gcry_sexp_t s_key, +gpg_error_t convert_to_openpgp (ctrl_t ctrl, gcry_sexp_t s_key, const char *passphrase, unsigned char **r_transferkey, size_t *r_transferkeylen); |