diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ LibreSSL is API compatible with OpenSSL 1.0.1, but does not yet include all | |||
13 | new APIs from OpenSSL 1.0.2 and later. LibreSSL also includes APIs not yet | 13 | new APIs from OpenSSL 1.0.2 and later. LibreSSL also includes APIs not yet |
14 | present in OpenSSL. The current common API subset is OpenSSL 1.0.1. | 14 | present in OpenSSL. The current common API subset is OpenSSL 1.0.1. |
15 | 15 | ||
16 | LibreSSL it is not ABI compatible with any release of OpenSSL, or necessarily | 16 | LibreSSL is not ABI compatible with any release of OpenSSL, or necessarily |
17 | earlier releases of LibreSSL. You will need to relink your programs to | 17 | earlier releases of LibreSSL. You will need to relink your programs to |
18 | LibreSSL in order to use it, just as in moving between major versions of OpenSSL. | 18 | LibreSSL in order to use it, just as in moving between major versions of OpenSSL. |
19 | LibreSSL's installed library version numbers are incremented to account for | 19 | LibreSSL's installed library version numbers are incremented to account for |