summaryrefslogtreecommitdiff
path: root/INSTALL.Windows.md
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2015-02-05 09:33:30 -0800
committerGurucharan Shetty <gshetty@nicira.com>2015-02-05 11:20:48 -0800
commitbb996e5b7808d42aba504a3c04a49556a45009e3 (patch)
treed51e5ebed12aa09194f9a2c1e9f9439342e800ba /INSTALL.Windows.md
parent4ceb6c87968da7bcf025e4d4aef1a8da81eb24b4 (diff)
downloadopenvswitch-bb996e5b7808d42aba504a3c04a49556a45009e3.tar.gz
INSTALL.Windows: Don't specify the openssl version.
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>
Diffstat (limited to 'INSTALL.Windows.md')
-rw-r--r--INSTALL.Windows.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL.Windows.md b/INSTALL.Windows.md
index 5a499c1ca..9b4537caf 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).