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

test_pk_pad.cpp #ifdef fix #4380

Merged

Conversation

FAlbertDev
Copy link
Collaborator

The #ifdef used for the first test class in src/tests/test_pk_pad.cpp is too unspecific. If any module in src/lib/pk_pad is activated while eme_pkcs1 is deactivated, the test runs and fails. This PR fixes the issue by correcting the respective #ifdef.

Copy link
Owner

@randombit randombit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@FAlbertDev FAlbertDev merged commit c2c8f16 into randombit:master Oct 16, 2024
38 checks passed
@FAlbertDev FAlbertDev deleted the fix/pk_pad_test_dependency branch October 16, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants