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

cmake: do not add zlib headers for openssl #10878

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Mar 31, 2023

Logic copied earlier from wolfSSL. wolfSSL requires zlib headers for its public headers. OpenSSL does not, so stop adding zlib headers for it.

Follow-up to 1e3319a

Closes #10878

Copy-pasted from wolfSSL. wolfSSL uses zlib headers from its public
headers. OpenSSL does not do this, so stop adding zlib headers for it.

Follow-up to 1e3319a
@vszakats vszakats closed this in 0409f63 Mar 31, 2023
@vszakats vszakats deleted the cmake-openssl-zlib-followup branch March 31, 2023 18:04
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
Logic copied earlier from wolfSSL. wolfSSL requires zlib headers for its
public headers. OpenSSL does not, so stop adding zlib headers for it.

Follow-up to 1e3319a

Closes curl#10878
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant