mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Decryption does now work
This commit is contained in:
parent
e4a72423ff
commit
ce32f6b6c8
4 changed files with 295 additions and 34 deletions
|
@ -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*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue