Remove duplicate v1.85 channel response code enum definitions

pull/594/head
Aidan Garske 2026-09-11 14:42:47 -07:00
parent 64f2db9fcb
commit 485b3c93b2
1 changed files with 0 additions and 5 deletions

View File

@ -431,11 +431,6 @@ typedef enum {
TPM_RC_EXT_MU = RC_FMT1 + 0x02B,
TPM_RC_ONE_SHOT_SIGNATURE = RC_FMT1 + 0x02C,
TPM_RC_SIGN_CONTEXT_KEY = RC_FMT1 + 0x02D,
#endif
#ifdef WOLFTPM_V185
/* Part 2 v1.85 Sec.6.6.3 Table 17 channel protocol codes */
TPM_RC_CHANNEL = RC_FMT1 + 0x030,
TPM_RC_CHANNEL_KEY = RC_FMT1 + 0x031,
#endif
RC_MAX_FMT1 = RC_FMT1 + 0x03F,