AFAIK, there is no version variable for python2.6 ssl module but here a tip:

Look for libeat32.dll (usually under Python2.6.1/Lib/site-packages), grep
for 'OpenSSL'
and you will see something like the following which will have the version
string:
-----
:
SSLv3 part of OpenSSL 0.9.8d 28 Sep 2006
:


cheers



--
View this message in context: 
http://python.6.x6.nabble.com/Determining-version-of-OpenSSL-linked-against-python-tp4333385p5171962.html
Sent from the Python - python-list mailing list archive at Nabble.com.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to