# Raising to serious as it reproducibly breaks with OpenSSL 1.0.0+.
severity 616291 serious
tag 616291 fixed-upstream
thanks

Jonathan Nieder <jrnie...@gmail.com> writes:

> Trying to build from source (gcc is gcc-4.4, but the same happens
> with gcc-4.5 or 4.6).
[...]
> ssl/ssl_utils.c: In function 'axis2_ssl_utils_initialize_ctx':
> ssl/ssl_utils.c:66: error: assignment discards qualifiers from pointer target 
> type

The reason is that OpenSSL 1.0.0 adds a const qualifier for the return
value of SSLv23_method().  I think it's simpler to just fix the warning,
as upstream did here:

    <http://svn.apache.org/viewvc?view=revision&revision=918422>

Working patch attached.

Thanks,

Matej



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to