From fb22884637cd15e746dbb53864284a7ee71b6a77 Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Wed, 24 May 2017 19:03:25 +0200 Subject: Make Botan compile with LibreSSL again. Add some #ifdef LIBRESSL_VERSION_NUMBER in addition to the OPENSSL_VERSION_NUMBER switch. Narrow down API compatiblity between LibreSSL and OpenSSL version in docs. --- doc/manual/building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/manual/building.rst') diff --git a/doc/manual/building.rst b/doc/manual/building.rst index fd3eb2308..6d9a1ba95 100644 --- a/doc/manual/building.rst +++ b/doc/manual/building.rst @@ -315,7 +315,7 @@ by the user using - ``--with-openssl`` adds an engine that uses OpenSSL for some public key operations and ciphers/hashes. OpenSSL 1.0.1 or later is supported. - LibreSSL is API compatible with OpenSSL and can be used instead. + LibreSSL is API compatible with OpenSSL 1.0 and can be used instead. Multiple Builds ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3