aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2021-03-10 14:51:31 +0000
committerWerner Koch <[email protected]>2021-03-10 14:52:20 +0000
commit43bb5250a682d39885d72f71b678872008adc8c1 (patch)
tree501ad705bb0ce4e7e091ec5c446f1735182a67e0 /agent/agent.h
parenttpm2d: add tests for the tpm2daemon (diff)
downloadgnupg-43bb5250a682d39885d72f71b678872008adc8c1.tar.gz
gnupg-43bb5250a682d39885d72f71b678872008adc8c1.zip
agent: Fix build without TPM
--
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/agent.h b/agent/agent.h
index 94dd8b8f8..064b7be74 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -619,7 +619,7 @@ static inline int
divert_tpm2_writekey (ctrl_t ctrl, const unsigned char *grip,
gcry_sexp_t s_skey)
{
- (void)ctrl; (void)grip; (void)s_key;
+ (void)ctrl; (void)grip; (void)s_skey;
return gpg_error (GPG_ERR_NOT_SUPPORTED);
}
#endif /*!HAVE_LIBTSS*/