Skip to content
Commit aa016cd6 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 1d916a5d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment