On Sun, 2016-11-06 at 21:48 +0100, Anton Lundin wrote:
> On 03 November, 2016 - Tanu Kaskinen wrote:
>
> > On Thu, 2016-11-03 at 10:56 +0500, Alexander E. Patrakov wrote:
> > > 2016-09-10 18:39 GMT+05:00 Tanu Kaskinen :
> > >
> > > > I have tested that this builds with old and new openssl, but I
On 03 November, 2016 - Tanu Kaskinen wrote:
> On Thu, 2016-11-03 at 10:56 +0500, Alexander E. Patrakov wrote:
> > 2016-09-10 18:39 GMT+05:00 Tanu Kaskinen :
> >
> > > I have tested that this builds with old and new openssl, but I have not
> > > tested that the code works. I don't have any RAOP ha
On Thu, 2016-11-03 at 10:56 +0500, Alexander E. Patrakov wrote:
> 2016-09-10 18:39 GMT+05:00 Tanu Kaskinen :
>
> > I have tested that this builds with old and new openssl, but I have not
> > tested that the code works. I don't have any RAOP hardware.
>
> I think that you have an Android phone. In
On Wed, 2016-11-02 at 17:03 -0300, Felipe Sateler wrote:
> On 10 September 2016 at 10:39, Tanu Kaskinen wrote:
> > +/* Openssl 1.1.0 broke compatibility. We could depend on openssl 1.1.0, but
> > + * it may take some time before distributions are able to upgrade to the
> > new
> > + * openssl ver
2016-09-10 18:39 GMT+05:00 Tanu Kaskinen :
> I have tested that this builds with old and new openssl, but I have not
> tested that the code works. I don't have any RAOP hardware.
I think that you have an Android phone. In this case, please use this
for testing:
http://forum.xda-developers.com/sh
On 10 September 2016 at 10:39, Tanu Kaskinen wrote:
> Openssl 1.1.0 made all structs opaque, which caused a build failure in
> raop_client.c. The struct member assignments are now replaced with a
> call to RSA_set0_key(). The function does not exist in older versions,
> so a compatibility macro wa
Openssl 1.1.0 made all structs opaque, which caused a build failure in
raop_client.c. The struct member assignments are now replaced with a
call to RSA_set0_key(). The function does not exist in older versions,
so a compatibility macro was added.
BugLink: https://bugs.freedesktop.org/show_bug.cgi?