diff options
author | Alexander Bluhm <[email protected]> | 2017-05-24 19:03:25 +0200 |
---|---|---|
committer | Alexander Bluhm <[email protected]> | 2017-05-24 19:19:15 +0200 |
commit | fb22884637cd15e746dbb53864284a7ee71b6a77 (patch) | |
tree | a026a2910022b79f69493cd2c33a5983dd9721ef /doc | |
parent | 51abe0773f6e96f19500ab6e6c25464e3ef8122f (diff) |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/building.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |