This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Updates to support OpenSSL 1.1.0#81
Merged
livecodefraser merged 5 commits intorelease-8.1.2from Nov 10, 2016
Merged
Conversation
It still uses the 1.0.1 API but this removes some accesses into opaque structures that were prohibited in 1.1.0.
Don't use the old threading callbacks that have been long deprecated
Contributor
|
@livecode-vulcan review ok 7a04c9d |
livecode-vulcan
added a commit
to livecode/livecode
that referenced
this pull request
Nov 10, 2016
Update OpenSSL to 1.1.0c and libcurl to 7.51.0 Requires some changes in the thirdparty repo: livecode/livecode-thirdparty#81
livecode-vulcan
added a commit
to livecode/livecode
that referenced
this pull request
Nov 10, 2016
Update OpenSSL to 1.1.0c and libcurl to 7.51.0 Requires some changes in the thirdparty repo: livecode/livecode-thirdparty#81
livecode-vulcan
added a commit
to livecode/livecode
that referenced
this pull request
Nov 10, 2016
Update OpenSSL to 1.1.0c and libcurl to 7.51.0 Requires some changes in the thirdparty repo: livecode/livecode-thirdparty#81
livecode-vulcan
added a commit
to livecode/livecode
that referenced
this pull request
Nov 10, 2016
Update OpenSSL to 1.1.0c and libcurl to 7.51.0 Requires some changes in the thirdparty repo: livecode/livecode-thirdparty#81
livecode-vulcan
added a commit
to livecode/livecode
that referenced
this pull request
Nov 11, 2016
Update OpenSSL to 1.1.0c and libcurl to 7.51.0 Requires some changes in the thirdparty repo: livecode/livecode-thirdparty#81
livecode-vulcan
added a commit
to livecode/livecode
that referenced
this pull request
Nov 11, 2016
Update OpenSSL to 1.1.0c and libcurl to 7.51.0 Requires some changes in the thirdparty repo: livecode/livecode-thirdparty#81
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes some old packaged OpenSSL headers from the thirdparty repo (so the up-to-date-ish prebuilt ones are used instead).
Requests an OpenSSL 1.0.1-compatible API when building the PostgreSQL and MySQL libraries.
Minor patches to the PostgreSQL and MySQL libraries to work around compatibility issues not solved by requesting the 1.0.1 API.