Skip to content

Fix warnings when building against older OpenSSL #607

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

neverpanic
Copy link
Collaborator

Description

The variables keypoint, pubkey, nid, and ret are unused when NID_ML_DSA_44 is not defined, and so is the
p11prov_mldsa_set_keypoint_data function.

Checklist

  • Code modified for feature bug

Reviewer's checklist:

  • Any issues marked for closing are addressed
  • There is a test suite reasonably covering new functionality or modifications
  • This feature/change has adequate documentation added
  • Code conform to coding style that today cannot yet be enforced via the check style test
  • Commits have short titles and sensible commit messages
  • Coverity Scan has run if needed (code PR) and no new defects were found

The variables keypoint, pubkey, nid, and ret are unused when
NID_ML_DSA_44 is not defined, and so is the
p11prov_mldsa_set_keypoint_data function.

Signed-off-by: Clemens Lang <[email protected]>
@neverpanic neverpanic force-pushed the cal-fix-warnings-old-openssl branch from a9d1743 to 17ac1fd Compare August 4, 2025 13: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.

1 participant