diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-10-17 02:17:20 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-10-17 02:17:20 +0000 |
commit | e3b1d059c7f17bf82cf9ac80a50642bb4db6dffe (patch) | |
tree | 591900570ed46d211d59c5884fc1a45e2c634621 /contrib | |
parent | 622d70f9e8d2951aa51c92c234e342364c9267ca (diff) | |
download | tor-e3b1d059c7f17bf82cf9ac80a50642bb4db6dffe.tar.gz tor-e3b1d059c7f17bf82cf9ac80a50642bb4db6dffe.zip |
Updated version of openssl.
svn:r8737
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor-mingw.nsi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in index e0ef0569d5..0fecde37e7 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -96,7 +96,7 @@ Section "Tor" Tor File /oname=$configfile "..\src\config\torrc.sample" SectionEnd -Section "OpenSSL 0.9.8c" OpenSSL +Section "OpenSSL 0.9.8d" OpenSSL SetOutPath $INSTDIR File "${BIN}\libcrypto.a" File "${BIN}\libssl.a" |