Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure in libspdm_rsp_challenge_auth.c #2756

Closed
steven-bellock opened this issue Jul 8, 2024 · 2 comments · Fixed by #2757
Closed

Build failure in libspdm_rsp_challenge_auth.c #2756

steven-bellock opened this issue Jul 8, 2024 · 2 comments · Fixed by #2757
Assignees
Labels
bug Something isn't working build Build system

Comments

@steven-bellock
Copy link
Contributor

The combination of LIBSPDM_ENABLE_CAPABILITY_CHAL_CAP=1 and LIBSPDM_ENABLE_CAPABILITY_MEAS_CAP=0 causes a build failure.

...\libspdm_rsp_challenge_auth.c(224): error C2220: the following warning is treated as an error
...\libspdm_rsp_challenge_auth.c(224): warning C4013: 'libspdm_generate_measurement_summary_hash' undefined; assuming extern returning int
@steven-bellock steven-bellock added bug Something isn't working build Build system labels Jul 8, 2024
@steven-bellock steven-bellock self-assigned this Jul 8, 2024
@steven-bellock
Copy link
Contributor Author

This is also true for the key exchange messages.

steven-bellock added a commit to steven-bellock/libspdm that referenced this issue Jul 8, 2024
Fix DMTF#2756.

Signed-off-by: Steven Bellock <[email protected]>
@steven-bellock
Copy link
Contributor Author

I could have sworn I tested this combination before the libspdm 3.0 release.

@jyao1 jyao1 closed this as completed in d415a7a Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Build system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant