https://issues.apache.org/bugzilla/show_bug.cgi?id=48129

           Summary: [PATCH] Fix build with OpenSSL 1.0.0-beta3
           Product: Tomcat Native
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Library
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: ville.sky...@iki.fi


Created an attachment (id=24472)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24472)
Fix build with OpenSSL 1.0.0-beta3

The attached patch is needed to build tomcat-native with OpenSSL 1.0.0-beta3. 
In addition to 1.0.0-beta3, I have successfully build-tested it with OpenSSL
0.9.8k (Fedora 11) and 0.9.8e (CentOS 5.4).

Kudos for the patch belong to Tomas Mraz (tmraz at redhat.com) who applied it
in the Fedora tomcat-native packages, I'm just forwarding it here after
noticing that it is still needed with tomcat-native 1.1.17.

The build error with OpenSSL 1.0.0-beta3 without this patch is:

src/sslutils.c: In function 'SSL_CTX_use_certificate_chain':
src/sslutils.c:427: error: 'STACK' undeclared (first use in this function)
src/sslutils.c:427: error: (Each undeclared identifier is reported only once
src/sslutils.c:427: error: for each function it appears in.)
src/sslutils.c:427: error: 'extra_certs' undeclared (first use in this
function)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to