Skip to content

Commit dd50cf2

Browse files
Fix fuzz test build failure
Fix #2991. Signed-off-by: Steven Bellock <sbellock@nvidia.com>
1 parent a1a0970 commit dd50cf2

File tree

1 file changed

+3
-3
lines changed
  • unit_test/fuzzing/test_requester/test_spdm_requester_get_event_types

1 file changed

+3
-3
lines changed

unit_test/fuzzing/test_requester/test_spdm_requester_get_event_types/get_event_types.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Copyright Notice:
3-
* Copyright 2021-2024 DMTF. All rights reserved.
3+
* Copyright 2024-2025 DMTF. All rights reserved.
44
* License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libspdm/blob/main/LICENSE.md
55
**/
66

@@ -9,7 +9,7 @@
99
#include "spdm_unit_fuzzing.h"
1010
#include "toolchain_harness.h"
1111

12-
#if LIBSPDM_ENABLE_CAPABILITY_EVENT_CAP
12+
#if LIBSPDM_EVENT_RECIPIENT_SUPPORT
1313

1414
uint8_t temp_buf[LIBSPDM_RECEIVER_BUFFER_SIZE];
1515

@@ -143,4 +143,4 @@ size_t libspdm_get_max_buffer_size(void)
143143
void libspdm_run_test_harness(void *test_buffer, size_t test_buffer_size){
144144

145145
}
146-
#endif /*LIBSPDM_ENABLE_CAPABILITY_EVENT_CAP*/
146+
#endif /* LIBSPDM_EVENT_RECIPIENT_SUPPORT */

0 commit comments

Comments
 (0)