Skip to content

Conversation

swenson
Copy link
Contributor

@swenson swenson commented Aug 29, 2025

Splitting up #2405 into a few parts as suggest by @alex.

This adds the non-param-builder openssl-sys changes.

Splitting up sfackler#2405 into a
few parts as suggest by @alex.

This adds the non-param-builder openssl-sys changes.

Co-authored-by: Justus Winter <[email protected]>
Comment on lines +180 to +185
if version >= 0x3_04_00_00_0 {
println!("cargo:rustc-cfg=ossl340");
}
if version >= 0x3_05_00_00_0 {
println!("cargo:rustc-cfg=ossl350");
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

You also need these in openssl-sys/build I believe

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looks like 340 is already there; adding 350

@alex
Copy link
Collaborator

alex commented Aug 29, 2025

thanks for looking at this

@swenson
Copy link
Contributor Author

swenson commented Aug 29, 2025

Thanks @alex. I'll try to do the other parts sometime soon.

@alex alex merged commit 2d20b57 into sfackler:master Aug 29, 2025
171 of 172 checks passed
@swenson swenson deleted the pqc-openssl-sys branch August 29, 2025 03:47
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