Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96852
| Date | 2015-09-17 16:51 -0700 |
|---|---|
| From | svalleru <shanvalleru@gmail.com> |
| References | <CA+mfgz1PMHc=REJxCcXVxSNxCJxVLAPiAJO5CN-LiycFSvdsNQ@mail.gmail.com> |
| Subject | Re: Determining version of OpenSSL linked against python? |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17.1442659964.21674.python-list@python.org> (permalink) |
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.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Determining version of OpenSSL linked against python? svalleru <shanvalleru@gmail.com> - 2015-09-17 16:51 -0700
csiph-web