hbeni / fgcom-mumble

A (flightsim) radio communication simulation based on mumble
GNU General Public License v3.0
17 stars 5 forks source link

Switch release build to OpenSSL 3.0.0 #170

Closed hbeni closed 1 year ago

hbeni commented 1 year ago

OpenSSL 3.0.0 was released recently. It should be fairly downward compatible, however we should ensure we are compatible to 3.0 once it gets widespread adoption, otherwise plugin execution might fail in the future. There is also a migration guide. I expect linux distributions to ship both OpenSSL 1.x and 3.x in parallel, so this is probably not critically urgent.

:information_source: Recompiling against OpenSSL3 is basicly enough. Anyone wanting to use OpenSSLv3 currently just needs to build himself.

Make build process use OpenSSLv3


Followup on #147