davy7125 / polyphone

A soundfont editor for quickly designing musical instruments.
https://www.polyphone.io
GNU General Public License v3.0
348 stars 46 forks source link

Switch from OpenSSL to WolfSSL for licence compatibility reasons #114

Closed mirabilos closed 4 years ago

mirabilos commented 4 years ago

(OpenSSL cannot be used in GPL’d projects without an exception)

Fixes https://github.com/davy7125/polyphone/issues/107

davy7125 commented 4 years ago

wolfssl is not available for some systems so I added a compilation option USE_WOLFSSL Please note that by default openssl will be used, you need to add the compilation option USE_WOLFSSL for the testing version of Debian

mirabilos commented 4 years ago

Davy Triponney dixit:

wolfssl is not available for some systems so I added a compilation option USE_WOLFSSL Please note that by default openssl will be used, you need to add the compilation option USE_WOLFSSL for the testing version of Debian

Works for me, thanks!