Add note about OpenSSL 1.0.x support to openssl module.

This commit is contained in:
Dominik Picheta
2018-01-20 17:36:38 +00:00
committed by GitHub
parent 588173496a
commit cdc54bec6f

View File

@@ -12,7 +12,9 @@
## When OpenSSL is dynamically linked, the wrapper provides partial forward and backward
## compatibility for OpenSSL versions above and below 1.1.0
##
## OpenSSL can be also statically linked using dynlibOverride:ssl for OpenSSL >= 1.1.0
## OpenSSL can also be statically linked using ``--dynlibOverride:ssl`` for OpenSSL >= 1.1.0.
## If you want to statically link against OpenSSL 1.0.x, you now have to
## define the ``openssl10`` symbol via ``-d:openssl10``.
##
## Build and test examples:
##