diff options
| author | Steven Fackler <[email protected]> | 2016-11-08 10:16:48 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-08 10:16:48 +0000 |
| commit | b022bd2d213e296ef9951b43cad842c966933e5c (patch) | |
| tree | e1314165599137187b089c2291cfddafec55841f /README.md | |
| parent | Support client CA advertisement (diff) | |
| download | rust-openssl-b022bd2d213e296ef9951b43cad842c966933e5c.tar.xz rust-openssl-b022bd2d213e296ef9951b43cad842c966933e5c.zip | |
Don't recommend light version on Windows
Closes #516
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ brew install openssl On MSVC it's unfortunately not always a trivial process acquiring OpenSSL. Perhaps the easiest way to do this right now is to download [precompiled binaries] and install them on your system. Currently it's recommended to -install the 1.1.0b light installation if you're choosing this route. +install the 1.1.0 (non-light) installation if you're choosing this route. [precompiled binaries]: http://slproweb.com/products/Win32OpenSSL.html |