From 43bb5250a682d39885d72f71b678872008adc8c1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 10 Mar 2021 15:51:31 +0100 Subject: agent: Fix build without TPM -- --- agent/agent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/ -- cgit v1.2.3