Files
deb-python-oauth2client/oauth2client/crypt.py
Craig Citro df8f98e09f Check for OpenSSL.crypto when detecting OpenSSL.
Previously, we assumed that anyone using `OpenSSL` would have installed it via
a mechanism like `pip`; this has come back to bite us.

We modify our code to look for `OpenSSL.crypto`, not just `OpenSSL`, and add
another (unpleasant) test.

Fixes #190.
2015-05-26 11:49:53 -07:00

13 KiB