Signed-off-by: Nithin Raju <nit...@vmware.com> --- INSTALL.Windows | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/INSTALL.Windows b/INSTALL.Windows index 24d0bb7..bba0710 100644 --- a/INSTALL.Windows +++ b/INSTALL.Windows @@ -83,14 +83,14 @@ To get SSL support for Open vSwitch on Windows, do the following: 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.1f". +"Win32 OpenSSL v1.0.1j". Note down the directory where OpenSSL is installed (e.g.: C:/OpenSSL-Win32). * While configuring the package, specify the OpenSSL directory path. For example, - % ./configure CC=./build-aux/cccl LD="`which link`" LIBS="-lws2_32 ..." \ + % ./configure CC=./build-aux/cccl LD="`which link`" LIBS="-lws2_32" \ --prefix="C:/openvswitch/usr" --localstatedir="C:/openvswitch/var" \ --sysconfdir="C:/openvswitch/etc" --with-pthread="C:/pthread" --enable-ssl \ --with-openssl="C:/OpenSSL-Win32" -- 1.7.4.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev