Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/630#issuecomment-219438437 > On May 16, 2016, at 7:13 AM, Susan Hinrichs <notificati...@github.com> wrote: > > Interesting. It looks like the openssl version on freeBSD is not labeled 1.1, but it does have this particular function. We could do configure time checks to determine whether the DH_get_2048_256 function is present in openssl, or we could revert my last commit, > Yes this is the best approach. Teat for the API you need and emulate if it is not available. Relying on version numbers will be a game of whack-a-mole. > and have the original wrapper function which calls DH_get_2048_256 only if the openssl version is 1.1 or better. > > â > You are receiving this because you commented. > Reply to this email directly or view it on GitHub >
--- 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. ---