Upgrade OpenSSL to 1.0.1c

This commit is contained in:
Martin v. Löwis 2012-05-18 16:29:33 +02:00
parent dcd1c0c627
commit e01eb4cc80
7 changed files with 13 additions and 8 deletions

View file

@ -153,9 +153,9 @@ _ssl
Unpack into the "dist" directory, retaining the folder name from
the archive - for example, the latest stable OpenSSL will install as
dist/openssl-1.0.0j
dist/openssl-1.0.1c
You need to use version 1.0.0j of OpenSSL.
You need to use version 1.0.1c of OpenSSL.
You can install the NASM assembler from
http://www.nasm.us/

View file

@ -58,7 +58,7 @@
/>
<UserMacro
Name="opensslDir"
Value="$(externalsDir)\openssl-1.0.0j"
Value="$(externalsDir)\openssl-1.0.1c"
/>
<UserMacro
Name="tcltkDir"

View file

@ -62,7 +62,7 @@
/>
<UserMacro
Name="opensslDir"
Value="$(externalsDir)\openssl-1.0.0j"
Value="$(externalsDir)\openssl-1.0.1c"
/>
<UserMacro
Name="tcltkDir"