INSTALL.Windows: Don't specify the openssl version.
authorGurucharan Shetty <gshetty@nicira.com>
Thu, 5 Feb 2015 17:33:30 +0000 (09:33 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 5 Feb 2015 19:20:48 +0000 (11:20 -0800)
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 <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
INSTALL.Windows.md

index 5a499c1..9b4537c 100644 (file)
@@ -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).