Update to openssl version 1.0.0d
commit6f87459252f6c468aaea94e9b0919bf1993a835f
authorThomas Braun <thomas.braun@virtuell-zuhause.de>
Wed, 13 Apr 2011 23:16:40 +0000 (14 01:16 +0200)
committerThomas Braun <thomas.braun@virtuell-zuhause.de>
Wed, 13 Apr 2011 23:16:40 +0000 (14 01:16 +0200)
treeb74da8490dd6e15e9e4d69d1cd89c592b1d2ed5a
parent82b515ba4d9dc1bdc0b9a543e5b186741403b53d
Update to openssl version 1.0.0d

Now we use the standard build system (./config shared && make) instead of ms/min
gw32.bat.
The patch 0002-Avoid-compiler-error.patch is included upstream. The patches 0001
, 0003, 0004, 0005 were for the old build system.
Patch 0006-do-not-specify-march-i486.patch is now 0001-do-not-specify-march-i486
.patch for the new build system.

The dlls libcrypto.dll and libssl.dll are removed because they are named now nam
ed differently.

Signed-off-by: Thomas Braun <thomas.braun@virtuell-zuhause.de>
mingw/bin/libcrypto.dll [deleted file]
mingw/bin/libssl.dll [deleted file]
mingw/bin/openssl.exe [deleted file]
src/openssl/patches/0001-Cope-better-with-DOS-line-endings.patch [deleted file]
src/openssl/patches/0001-do-not-specify-march-i486.patch [new file with mode: 0644]
src/openssl/patches/0002-Avoid-compiler-error.patch [deleted file]
src/openssl/patches/0003-Make-sure-that-we-use-cmd-as-a-shell.patch [deleted file]
src/openssl/patches/0004-openssl-build-DLL-directly.patch [deleted file]
src/openssl/patches/0005-generate-import-lib.patch [deleted file]
src/openssl/release.sh