GitHub user felixbuenemann opened a pull request:

    https://github.com/apache/trafficserver/pull/180

    Fix configure detection of tls1.h

    At least on openssl 1.0.2 tls1.h depends on STACK_OF to be defined, which 
is declared in openssl/safestack.h, so the configure check fails.
    
    Because we already depend on ssl.h let's include that file, because it in 
turn includes safestack.h for us.
    
    This problem also affects 5.2.0 which also tries to checks for tls1.h in 
isolation.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/felixbuenemann/trafficserver 
fix-tls1.h-detection

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/180.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 #180
    
----
commit 9b8a687e1d24416490da781b46cba4d696ef39c3
Author: Felix Bünemann <buenem...@louis.info>
Date:   2015-03-15T04:14:48Z

    Fix configure detection of tls1.h
    
    At least on openssl 1.0.2 tls1.h depends on STACK_OF to be defined,
    which is declared in openssl/safestack.h, so the configure check fails.
    Because we already depend on ssl.h let's include that file, because it
    in turn includes safestack.h for us.

----


---
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.
---

Reply via email to