Hello,
libressl-2.0.0.tar.gz has been tested to build on various versions of
Linux, Solaris, Mac OSX, and FreeBSD.
This is intended as an initial release to allow the community to start
using and providing feedback. We will be adding support for
other platforms as time and resources permit.
Congratulations on the first release!
However, I have an issue with the versioning. You defined
OPENSSL_VERSION_NUMBER as 0x20000000L (2.0.0) without providing any way to
differentiate between OpenSSL and LibreSSL (for example, BoringSSL provides
OPENSSL_IS_BORINGSSL). This means that applications that already support
features from OpenSSL-1.0.2 and/or OpenSSL-1.1.0 won't compile against
LibreSSL, because they see version 2.0.0, not 1.0.1 (which LibreSSL was
forked off).
Best regards,
Piotr Sikora