MonaSolutions / librtmfp

LGPL implementation of RTMFP (client part)
GNU Lesser General Public License v3.0
77 stars 26 forks source link

Compile with openssl 3.0 or how to target a legacy openssl path #18

Open ROBERT-MCDOWELL opened 1 year ago

ROBERT-MCDOWELL commented 1 year ago

Hi Thomas,

Hope you're fine! I just realized that Fedora 37 does not have openssl 1.1.x anymore, only openssl 3.x. giving me some doubt about rtmfp protocol which need I guess for ever the openssl 1.1.x right? so I installled a legacy openssl 1.1.x let's say in /usr/local/openssl-1.1 folder but how to compile with this path?

thanks