mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
agent: Fix build without TPM
--
This commit is contained in:
parent
6720f1343a
commit
43bb5250a6
@ -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*/
|
||||
|
Loading…
Reference in New Issue
Block a user