From 1a3765971eb41754839f2c74b1d51596df4ac02a Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 10 Aug 2011 11:31:14 +0200 Subject: [PATCH] axis2c: fixed build against openssl 1.0 --- develop/axis2c/axis2c-1.6.0-openssl-1.0.patch | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 develop/axis2c/axis2c-1.6.0-openssl-1.0.patch diff --git a/develop/axis2c/axis2c-1.6.0-openssl-1.0.patch b/develop/axis2c/axis2c-1.6.0-openssl-1.0.patch new file mode 100644 index 000000000..bde6a344b --- /dev/null +++ b/develop/axis2c/axis2c-1.6.0-openssl-1.0.patch @@ -0,0 +1,27 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../axis2c/axis2c-1.6.0-openssl-1.0.patch +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- axis2c-src-1.6.0/src/core/transport/http/sender/ssl/ssl_utils.c.orig 2011-08-10 11:04:46.734381615 +0200 ++++ axis2c-src-1.6.0/src/core/transport/http/sender/ssl/ssl_utils.c 2011-08-10 11:05:41.543932648 +0200 +@@ -41,7 +41,7 @@ + axis2_char_t * key_file, + axis2_char_t * ssl_pp) + { +- SSL_METHOD *meth = NULL; ++ const SSL_METHOD *meth = NULL; + SSL_CTX *ctx = NULL; + axis2_char_t *ca_file = server_cert; +