[
https://issues.apache.org/jira/browse/TS-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14369734#comment-14369734
]
Felix Buenemann commented on TS-3443:
-------------------------------------
Sounds right.
Original commit: 9b8a687e1d24416490da781b46cba4d696ef39c3
Merged commit: fe45f42fa7a0f535609ec4e36c6b55e11850c5dd
Commit hash differs because it was apparently cherry-picked by jpeach.
> Configure openssl 1.0.2 tls1.h detection faulty
> -----------------------------------------------
>
> Key: TS-3443
> URL: https://issues.apache.org/jira/browse/TS-3443
> Project: Traffic Server
> Issue Type: Bug
> Components: Build
> Reporter: Felix Buenemann
> Assignee: James Peach
> Fix For: 5.3.0
>
>
> The configure check for tls1.h fails, because at least on openssl 1.0.2
> tls1.h depends on a macro from openssl/safestack.h.
> I've created [pull request #180 on
> github|https://github.com/apache/trafficserver/pull/180] to fix the detection
> by including openssl/ssl.h in the configure check, which in turn includes
> safestack.h. Given that ssl.h is already required that solution should be
> fully backwards compatible to older versions that might not require
> safestack.h.
> This problem affects at least master and 5.2.0.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)