aboutsummaryrefslogtreecommitdiffstats
path: root/agent/divert-tpm2.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/divert-tpm2.c')
-rw-r--r--agent/divert-tpm2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/divert-tpm2.c b/agent/divert-tpm2.c
index 4cae66218..b2f884f93 100644
--- a/agent/divert-tpm2.c
+++ b/agent/divert-tpm2.c
@@ -50,7 +50,7 @@ agent_write_tpm2_shadow_key (ctrl_t ctrl, const unsigned char *grip,
len = gcry_sexp_canon_len (shdkey, 0, NULL, NULL);
err = agent_write_private_key (grip, shdkey, len, 1 /*force*/,
- NULL, NULL, 0);
+ NULL, NULL, NULL, 0);
xfree (shdkey);
if (err)
log_error ("error writing key: %s\n", gpg_strerror (err));