mirror of
https://github.com/stefanberger/libtpms
synced 2025-12-25 21:26:46 +00:00
tpm2: Fix definition of SequenceUpdate error codes
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
f8ddf879af
commit
bd282cce6a
@ -75,8 +75,8 @@ typedef struct
|
||||
} SequenceUpdate_In;
|
||||
|
||||
// Response code modifiers
|
||||
# define RC_SequenceUpdate_sequenceHandle (TPM_RC_P + TPM_RC_1)
|
||||
# define RC_SequenceUpdate_buffer (TPM_RC_P + TPM_RC_2)
|
||||
# define RC_SequenceUpdate_sequenceHandle (TPM_RC_H + TPM_RC_1)
|
||||
# define RC_SequenceUpdate_buffer (TPM_RC_P + TPM_RC_1)
|
||||
|
||||
// Function prototype
|
||||
TPM_RC
|
||||
|
||||
Loading…
Reference in New Issue
Block a user