cocagne / pysrp

Python implementation of the Secure Remote Password protocol (SRP)
MIT License
113 stars 42 forks source link

Fall back to _pysrp when libssl cannot be imported #24

Closed polendri closed 7 years ago

polendri commented 7 years ago

Add OSError to the list of exceptions swallowed when importing _ctsrp, so that srp will not fail to import when libssl is not found.