Re: [Python-Dev] python(_hashlib.so) compiled with libssl.so.1.0.1e cannot work with libssl.so.0.9.8e

2017-03-15 Thread Christian Heimes
On 2017-03-15 11:28, Meiling Ge wrote: > Hi, > > I just want to confirm that _hashlib.so in python references something > new in libssl.so.1.0.1e(hmac related?). > > And if we want to work on platforms with libssl.so.0.9.8e, we should > compile python with this lower version, right? OpenSSL 0.9.

[Python-Dev] python(_hashlib.so) compiled with libssl.so.1.0.1e cannot work with libssl.so.0.9.8e

2017-03-15 Thread Meiling Ge
Hi, I just want to confirm that _hashlib.so in python references something new in libssl.so.1.0.1e(hmac related?). And if we want to work on platforms with libssl.so.0.9.8e, we should compile python with this lower version, right? Thanks. Regards, -Meiling _