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