aboutsummaryrefslogtreecommitdiffstats
path: root/agent/cvt-openpgp.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/cvt-openpgp.h')
-rw-r--r--agent/cvt-openpgp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/agent/cvt-openpgp.h b/agent/cvt-openpgp.h
index 3c48d0319..d27a776ef 100644
--- a/agent/cvt-openpgp.h
+++ b/agent/cvt-openpgp.h
@@ -23,6 +23,10 @@ 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_from_openpgp_native (ctrl_t ctrl,
+ gcry_sexp_t s_pgp,
+ const char *passphrase,
+ unsigned char **r_key);
gpg_error_t convert_to_openpgp (ctrl_t ctrl, gcry_sexp_t s_key,
const char *passphrase,