Add a patch for openssl to fix some breakage that happens when compiled with gcc...
authorFelix Fietkau <nbd@openwrt.org>
Thu, 28 Jun 2007 21:09:44 +0000 (21:09 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 28 Jun 2007 21:09:44 +0000 (21:09 +0000)
commit8f16983e89e3c0095de7bdd902e88cc5d5830979
tree159469e38d17d6c61b9515b9e479fd7b66d0939e
parent1b4fc61eea3e3525f3de43e4bcc2aeece9bad0d9
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

SVN-Revision: 7764
package/openssl/patches/180-gcc_breakage.patch [new file with mode: 0644]