Add a patch for openssl to fix some breakage that happens when compiled with gcc...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 Jun 2007 21:09:44 +0000 (21:09 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 Jun 2007 21:09:44 +0000 (21:09 +0000)
commit47bdee9db5dbfb0eff7845d6abb63f12baa41c38
treeb3ff65f3b83d6639124c61ac9edffcecc4dbd32f
parentf241410c51de1b2f8d70b80b8be6eff0af92d624
Add a patch for openssl to fix some breakage that happens when compiled with gcc 4.2.0
Note: this does not cover all instances, but it will at least compile.

If the broken parts are reached at run time, the program will crash.
I wonder whose stupid idea it was to intentionally(!) make programs segfault when they hit something that *might* be unsafe to use.

Patch taken from http://www.mail-archive.com/openssl-dev@openssl.org/msg22667.html

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7764 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/openssl/patches/180-gcc_breakage.patch [new file with mode: 0644]