Re: [pulseaudio-discuss] [PATCH] raop: add compatibility with openssl 1.1.0

2016-11-07 Thread Tanu Kaskinen
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

Re: [pulseaudio-discuss] [PATCH] raop: add compatibility with openssl 1.1.0

2016-11-06 Thread Anton Lundin
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

Re: [pulseaudio-discuss] [PATCH] raop: add compatibility with openssl 1.1.0

2016-11-03 Thread Tanu Kaskinen
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

Re: [pulseaudio-discuss] [PATCH] raop: add compatibility with openssl 1.1.0

2016-11-03 Thread Tanu Kaskinen
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

Re: [pulseaudio-discuss] [PATCH] raop: add compatibility with openssl 1.1.0

2016-11-02 Thread Alexander E. Patrakov
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

Re: [pulseaudio-discuss] [PATCH] raop: add compatibility with openssl 1.1.0

2016-11-02 Thread Felipe Sateler
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

[pulseaudio-discuss] [PATCH] raop: add compatibility with openssl 1.1.0

2016-09-10 Thread Tanu Kaskinen
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?