> import ssl
> ssl.OPENSSL_VERSION
> 
> 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)
[...]

HTH,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to