raop: add compatibility with openssl 1.1.0
authorTanu Kaskinen <tanuk@iki.fi>
Fri, 4 Nov 2016 12:43:57 +0000 (14:43 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Fri, 4 Nov 2016 14:30:37 +0000 (16:30 +0200)
commite262379eb880b9a9eaf2142899872dc927ef809d
tree6d5c18149c77e70b0466f4360bb92e6935928d21
parent11a0c2ef5d29e346673f40179f97272db19784b0
raop: add compatibility with openssl 1.1.0

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().

BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=96726
Reviewed-by: Felipe Sateler <fsateler@debian.org>
src/modules/raop/raop_client.c