Updated Branches: refs/heads/3.8.x 3445ebcdc -> 522329e7a
https://issues.apache.org/jira/browse/AMQCPP-505 Add include of tls1.h to fix build issues on some newer openssl releases. Project: http://git-wip-us.apache.org/repos/asf/activemq-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-cpp/commit/522329e7 Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/522329e7 Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/522329e7 Branch: refs/heads/3.8.x Commit: 522329e7a8e04ffadea7686f46cdd235dd851885 Parents: 3445ebc Author: Timothy Bish <[email protected]> Authored: Fri Nov 8 17:28:56 2013 -0500 Committer: Timothy Bish <[email protected]> Committed: Fri Nov 8 17:28:56 2013 -0500 ---------------------------------------------------------------------- .../src/main/decaf/internal/net/ssl/openssl/OpenSSLSocket.cpp | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/522329e7/activemq-cpp/src/main/decaf/internal/net/ssl/openssl/OpenSSLSocket.cpp ---------------------------------------------------------------------- diff --git a/activemq-cpp/src/main/decaf/internal/net/ssl/openssl/OpenSSLSocket.cpp b/activemq-cpp/src/main/decaf/internal/net/ssl/openssl/OpenSSLSocket.cpp index f6c851e..e52f8e3 100644 --- a/activemq-cpp/src/main/decaf/internal/net/ssl/openssl/OpenSSLSocket.cpp +++ b/activemq-cpp/src/main/decaf/internal/net/ssl/openssl/OpenSSLSocket.cpp @@ -19,6 +19,7 @@ #ifdef HAVE_OPENSSL #include <openssl/ssl.h> + #include <openssl/tls1.h> #include <openssl/x509.h> #include <openssl/x509v3.h> #include <openssl/bio.h>
