serenity/Ports/openssl
Rodrigo Tobar dc03c559df Ports: Compile OpenSSL with threads and as a shared library
By defining our own target platform in the OpenSSL compilation
configuration we can now compile an OpenSSL shared library. We need to
avoid symbol versioning though, as serenity's LibELF doesn't support
this yet.

We are now also compiling with threading support to allow using this
from Python.
2021-10-05 15:35:48 +01:00
..
patches Ports: Compile OpenSSL with threads and as a shared library 2021-10-05 15:35:48 +01:00
package.sh Ports: Compile OpenSSL with threads and as a shared library 2021-10-05 15:35:48 +01:00