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

config-mac: drop MACOS_SSL_SUPPORT macro #15777

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Dec 18, 2024

It has been a synonym for USE_OPENSSL since
709cf76 (2015).

The few uses of this on GitHub also set USE_OPENSSL and
should be fine. Those which don't, please replace
-DMACOS_SSL_SUPPORT with -DUSE_OPENSSL.

It has been a synonym for `USE_OPENSSL` since
709cf76.

The few uses of this on GitHub also set `USE_OPENSSL`.
For those don't, please replace `-DMACOS_SSL_SUPPORT` with
`-DUSE_OPENSSL`.
@github-actions github-actions bot added the appleOS specific to an Apple operating system label Dec 18, 2024
@vszakats vszakats closed this in 6a4b4d5 Dec 20, 2024
@vszakats vszakats deleted the drop-MACOS_SSL_SUPPORT branch December 20, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
appleOS specific to an Apple operating system build tidy-up
Development

Successfully merging this pull request may close these issues.

1 participant