You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2014/02/04 04:26:09 UTC

[jira] [Created] (TS-2552) configure fails to detect missing SSL_CTX_set_tlsext_ticket_key_cb

Leif Hedstrom created TS-2552:
---------------------------------

             Summary: configure fails to detect missing SSL_CTX_set_tlsext_ticket_key_cb
                 Key: TS-2552
                 URL: https://issues.apache.org/jira/browse/TS-2552
             Project: Traffic Server
          Issue Type: Improvement
          Components: Build
            Reporter: Leif Hedstrom


The problem is that we only try to compile this, presumably not link it? Hence, without an explicit -Werror to configure, platforms which do not support the session ticket extension (e..g. RHEL5) can not compile.

The problem stems from the fact that without -Werror, the compiler simply says:

{code}
conftest.c:56: warning: implicit declaration of function 'SSL_CTX_set_tlsext_ticket_key_cb'
{code}




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)