Skip to content

LIBSPDM_SEND_CHALLENGE_SUPPORT is not used for the Requester #3237

@steven-bellock

Description

@steven-bellock

/* If 1 then endpoint supports sending CHALLENGE request.
* If enabled and endpoint is a Responder then LIBSPDM_ENABLE_CAPABILITY_ENCAP_CAP
* must also be enabled.
*/
#ifndef LIBSPDM_SEND_CHALLENGE_SUPPORT
#define LIBSPDM_SEND_CHALLENGE_SUPPORT 1
#endif
However https://github.com/DMTF/libspdm/blob/main/library/spdm_requester_lib/libspdm_req_challenge.c uses
#if LIBSPDM_ENABLE_CAPABILITY_CHAL_CAP

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions