TIL that if your software is licensed under the GPL, you can't link against OpenSSL or other Apache-licensed libraries, either directly or indirectly: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1094969
I mean you *can*, at least wrt. OpenSSL, but only if the entity which distributes your software doesn't also distribute OpenSSL. Meaning distros can't distribute your software, and you can't distribute a bundle with your software + OpenSSL.
What a mess. Staying away from #GPL from now on. #foss #opensource #freesoftware