diff options
| author | NIIBE Yutaka <[email protected]> | 2025-11-20 06:50:50 +0000 |
|---|---|---|
| committer | NIIBE Yutaka <[email protected]> | 2025-11-20 06:50:50 +0000 |
| commit | 216a695ced8304d560d587345077a8d0bcfbc5f5 (patch) | |
| tree | 55f168bc3b775d75421d8e37d576cfbd8a4b59ca | |
| parent | common,agent,dirmngr,kbx:w32: Synchronous spawning daemon process. (diff) | |
| download | gnupg-216a695ced8304d560d587345077a8d0bcfbc5f5.tar.gz gnupg-216a695ced8304d560d587345077a8d0bcfbc5f5.zip | |
* agent/agent.h [!HAVE_LIBTSS] (agent_tpm2d_ecc_kem): Add SHADOW_INFO.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
| -rw-r--r-- | agent/agent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/agent.h b/agent/agent.h index efdfe5b40..ce096fa95 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -694,7 +694,7 @@ agent_tpm2d_ecc_kem (ctrl_t ctrl, const unsigned char *shadow_info, const unsigned char *ecc_ct, size_t ecc_point_len, unsigned char *ecc_ecdh) { - (void)ctrl; (void)ecc_ct; + (void)ctrl; (void)shadow_info; (void)ecc_ct; (void)ecc_point_len; (void)ecc_ecdh; return gpg_error (GPG_ERR_NOT_SUPPORTED); } |
