mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
agent: Fix build without TPM
--
This commit is contained in:
parent
6720f1343a
commit
43bb5250a6
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ static inline int
|
||||||
divert_tpm2_writekey (ctrl_t ctrl, const unsigned char *grip,
|
divert_tpm2_writekey (ctrl_t ctrl, const unsigned char *grip,
|
||||||
gcry_sexp_t s_skey)
|
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);
|
return gpg_error (GPG_ERR_NOT_SUPPORTED);
|
||||||
}
|
}
|
||||||
#endif /*!HAVE_LIBTSS*/
|
#endif /*!HAVE_LIBTSS*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue