mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-08 18:46:56 +00:00
swtpm_ioctl: add padding bytes for 32 bit architectures
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
5409034b5f
commit
00ae0d2c40
@ -206,6 +206,7 @@ struct ptm_getinfo {
|
||||
struct {
|
||||
uint64_t flags;
|
||||
uint32_t offset; /* offset from where to read */
|
||||
uint32_t pad; /* 32 bit arch */
|
||||
} req; /* request */
|
||||
struct {
|
||||
ptm_res tpm_result;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user