Skip to content

Commit

Permalink
Move null implementation of libspdm_event_get_types
Browse files Browse the repository at this point in the history
Fix DMTF#2778.

Signed-off-by: Steven Bellock <[email protected]>
  • Loading branch information
steven-bellock committed Aug 5, 2024
1 parent c8e0f4d commit 8e1b6e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions os_stub/spdm_device_secret_lib_null/lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ bool libspdm_gen_csr_ex(
return false;
}
#endif /*LIBSPDM_ENABLE_CAPABILITY_CSR_CAP_EX*/
#endif /* LIBSPDM_ENABLE_CAPABILITY_CSR_CAP */

#if LIBSPDM_ENABLE_CAPABILITY_EVENT_CAP
bool libspdm_event_get_types(
Expand All @@ -234,5 +235,3 @@ bool libspdm_event_get_types(
return false;
}
#endif /* LIBSPDM_ENABLE_CAPABILITY_EVENT_CAP */

#endif /* LIBSPDM_ENABLE_CAPABILITY_CSR_CAP */

0 comments on commit 8e1b6e5

Please sign in to comment.