GitHub user shinrich opened a pull request: https://github.com/apache/trafficserver/pull/630
TS-4435: Enable compilation with openssl 1.1 Openssl 1.1 removes the locking and thread id callbacks. It deduces system you are on and uses the appropriate threading interface. Openssl 1.1 removes the ability to define objects on the stack, so we must create EVP digest objects. Openssl 1.1 removes a number of client alert reason defines. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shinrich/trafficserver ts-4435 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/630.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #630 ---- commit aa4276ebb90187123124a9109debd27dc2dd51b4 Author: shinrich <shinrich@localhost.localdomain> Date: 2016-05-12T00:00:01Z TS-4435: Changes to enable ATS to compile against openssl-1.1 beta. commit 0717c637de9dc0dda345e1ec4993176efc253222 Author: shinrich <shinr...@ieee.org> Date: 2016-05-12T00:55:56Z Verifying it still builds and works with openssl 1.0.1 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---