Browse Source

Updated version of openssl.

svn:r8737
Andrew Lewman 18 years ago
parent
commit
e3b1d059c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/tor-mingw.nsi.in

+ 1 - 1
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"