buildroot/package/python-m2crypto
Peter Korsgaard aa016cd653 python-m2crypto: don't reference SSLv2 functions if openssl is built without SSLv2 support
Fixes:
http://autobuild.buildroot.net/results/018/0183ba8c9fccc87f9e72279c49c2fdc1a9fcb556/

The recent openssl security bump disabled SSLv2 support, but python-m2crypto
was still referencing SSLv2 functions causing undefined symbols when the
module was imported.  Backport an upstream patch to only reference these
symbols if openssl is built with SSLv2 support.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-03-01 18:13:58 +01:00
..
0001-Don-t-try-to-build-with-SSLv2-when-it-is-not-availab.patch python-m2crypto: don't reference SSLv2 functions if openssl is built without SSLv2 support 2016-03-01 18:13:58 +01:00
python-m2crypto.hash
python-m2crypto.mk