diff options
Diffstat (limited to 'agent/agent.h')
-rw-r--r-- | agent/agent.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/agent/agent.h b/agent/agent.h index c713944d8..1cbc432af 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -640,8 +640,7 @@ extract_private_key (gcry_sexp_t s_key, int req_private_key_data, gcry_sexp_t *r_curve, gcry_sexp_t *r_flags); /*-- sexp-secret.c --*/ -size_t fixup_when_ecc_private_key (unsigned char *buf, size_t buflen); - +gpg_error_t fixup_when_ecc_private_key (unsigned char *buf, size_t *buflen_p); gpg_error_t sexp_sscan_private_key (gcry_sexp_t *result, size_t *r_erroff, unsigned char *buf); |