Skip to content

Commit

Permalink
Remove unused typedef
Browse files Browse the repository at this point in the history
Fix #2338.

Signed-off-by: Steven Bellock <[email protected]>
  • Loading branch information
steven-bellock authored and jyao1 committed Jul 14, 2024
1 parent 95fd1c0 commit 79b52fd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/internal/libspdm_common_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -303,12 +303,6 @@ typedef struct {

#endif /* LIBSPDM_RECORD_TRANSCRIPT_DATA_SUPPORT */

typedef struct {
size_t max_buffer_size;
size_t buffer_size;
uint8_t buffer[LIBSPDM_MAX_CERT_CHAIN_SIZE];
} libspdm_cert_chain_managed_buffer_t;

/* signature = Sign(SK, hash(M1))
* Verify(PK, hash(M2), signature)*/

Expand Down

0 comments on commit 79b52fd

Please sign in to comment.