diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-10-01 11:19:31 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-10-01 11:19:31 +0000 |
commit | 06e022a48cf608db636471bc30562d927a5ff8c4 (patch) | |
tree | d16659c21f9da04f48e63118cdf777fc6ef52396 /install-win32/prebuild | |
parent | Documented --socket-flags and the TCP_NODELAY flag. (diff) | |
download | openvpn-06e022a48cf608db636471bc30562d927a5ff8c4.tar.xz |
For Windows build, updated OpenSSL to 0.9.7l.
Added small OpenSSL patch to be applied
prior to Windows build.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1328 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rwxr-xr-x | install-win32/prebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-win32/prebuild b/install-win32/prebuild index 6ee2c8a..62050d2 100755 --- a/install-win32/prebuild +++ b/install-win32/prebuild @@ -18,7 +18,7 @@ OUT=$H/21 IN=/y/openvpn/21/openvpn # Already built OpenSSL tree. -SSL=$H/openssl-0.9.7k +SSL=$H/openssl-0.9.7l # Already built LZO tree. LZO=$H/lzo-2.02 |