Determining version of OpenSSL

Adam Mercer ramercer at gmail.com
Mon Apr 4 18:06:34 EDT 2011


On Mon, Apr 4, 2011 at 16:44, Martin v. Loewis <martin at v.loewis.de> wrote:

>> is there a way that this can be done in python2.4? It's annoying but I
>> need to support python2.4 for a while yet :-(
>
> ldd /usr/lib/python2.4/lib-dynload/_ssl.so
> [...]
>        libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x00007f6a5a9b7000)
> [...]

Thanks but I was hoping to do this using python as this code needs to
run on both Linux and Mac OS X, I know I can run the appropriate tools
depending on the platform. This is an option at least...

Cheers

Adam



More information about the Python-list mailing list