Windows openssl libraries are distributed through slproweb. The maintainer there is very strict about retiring unsafe versions of openssl and only lets the latest versions of openssl to be downloaded. Instead of updating INSTALL.Windows everytime there is a change in latest version, leave it to user's discretion to download the latest version.
Signed-off-by: Gurucharan Shetty <[email protected]> --- INSTALL.Windows.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL.Windows.md b/INSTALL.Windows.md index 5a499c1..9b4537c 100644 --- a/INSTALL.Windows.md +++ b/INSTALL.Windows.md @@ -82,8 +82,7 @@ To get SSL support for Open vSwitch on Windows, do the following: * Install OpenSSL for Windows as suggested at http://www.openssl.org/related/binaries.html. The link as of this writing suggests to download it from -http://slproweb.com/products/Win32OpenSSL.html and the latest version is -"Win32 OpenSSL v1.0.1j". +http://slproweb.com/products/Win32OpenSSL.html Note down the directory where OpenSSL is installed (e.g.: C:/OpenSSL-Win32). -- 1.7.9.5 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
