chevil / raop2_play

updated and fixed raop_play ( http://raop-play.sourceforge.net/ ) for newer airports
10 stars 7 forks source link

Add compatibility with OpenSSL 1.1.x #6

Closed LinusU closed 6 years ago

LinusU commented 6 years ago

Fixes the following problem when building with OpenSSL 1.1.x:

raop_client.c: In function 'rsa_encrypt':
raop_client.c:112:5: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}'
  rsa->n=BN_bin2bn(modules,size,NULL);
     ^~