Skip to content

Fix build error with OpenSSL 4.0#325

Closed
raviksharma wants to merge 1 commit into
freeswitch:masterfrom
raviksharma:fix-openssl4-compat
Closed

Fix build error with OpenSSL 4.0#325
raviksharma wants to merge 1 commit into
freeswitch:masterfrom
raviksharma:fix-openssl4-compat

Conversation

@raviksharma

Copy link
Copy Markdown

TLSv1_client_method() was removed in OpenSSL 4.0. Replace with
TLS_client_method() which negotiates the highest mutually supported
TLS version.

@loqs

loqs commented Jul 17, 2026

Copy link
Copy Markdown

Will you be addressing

AC_CHECK_LIB(ssl, TLSv1_method,,
in a separate pull request?

@raviksharma

Copy link
Copy Markdown
Author

Thanks for catching, I have raised a new PR #337

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