File tree 1 file changed +3
-3
lines changed
library/spdm_responder_lib
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 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
#include "internal/libspdm_responder_lib.h"
@@ -33,7 +33,7 @@ libspdm_return_t libspdm_get_response_measurement_extension_log(libspdm_context_
33
33
if (libspdm_get_connection_version (spdm_context ) < SPDM_MESSAGE_VERSION_13 ) {
34
34
return libspdm_generate_error_response (spdm_context ,
35
35
SPDM_ERROR_CODE_UNSUPPORTED_REQUEST ,
36
- 0 ,
36
+ SPDM_GET_MEASUREMENT_EXTENSION_LOG ,
37
37
response_size , response );
38
38
}
39
39
@@ -79,7 +79,7 @@ libspdm_return_t libspdm_get_response_measurement_extension_log(libspdm_context_
79
79
SPDM_GET_CAPABILITIES_RESPONSE_FLAGS_MEL_CAP )) {
80
80
return libspdm_generate_error_response (
81
81
spdm_context , SPDM_ERROR_CODE_UNSUPPORTED_REQUEST ,
82
- 0 , response_size , response );
82
+ SPDM_GET_MEASUREMENT_EXTENSION_LOG , response_size , response );
83
83
}
84
84
85
85
if ((spdm_context -> connection_info .algorithm .mel_spec == 0 ) ||
You can’t perform that action at this time.
0 commit comments