aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sm/gpgsm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h
index 14c5683a6..13337829b 100644
--- a/sm/gpgsm.h
+++ b/sm/gpgsm.h
@@ -167,5 +167,10 @@ int gpgsm_agent_pksign (const char *keygrip,
size_t digestlen,
int digestalgo,
char **r_buf, size_t *r_buflen);
+int gpgsm_agent_pkdecrypt (const char *keygrip,
+ const char *ciphertext, size_t ciphertextlen,
+ char **r_buf, size_t *r_buflen);
+
#endif /*GPGSM_H*/
+