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 Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright Notice:
3
- * Copyright 2021- 2024 DMTF. All rights reserved.
3
+ * Copyright 2024-2025 DMTF. All rights reserved.
4
4
* License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libspdm/blob/main/LICENSE.md
5
5
**/
6
6
9
9
#include "spdm_unit_fuzzing.h"
10
10
#include "toolchain_harness.h"
11
11
12
- #if LIBSPDM_ENABLE_CAPABILITY_EVENT_CAP
12
+ #if LIBSPDM_EVENT_RECIPIENT_SUPPORT
13
13
14
14
uint8_t temp_buf [LIBSPDM_RECEIVER_BUFFER_SIZE ];
15
15
@@ -143,4 +143,4 @@ size_t libspdm_get_max_buffer_size(void)
143
143
void libspdm_run_test_harness (void * test_buffer , size_t test_buffer_size ){
144
144
145
145
}
146
- #endif /*LIBSPDM_ENABLE_CAPABILITY_EVENT_CAP */
146
+ #endif /* LIBSPDM_EVENT_RECIPIENT_SUPPORT */
You can’t perform that action at this time.
0 commit comments