cocagne / pysrp

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

Make the build & test work on Mac #7

Closed nelz9999 closed 9 years ago

nelz9999 commented 9 years ago

On Macs, the sys.platform call results in a value of 'darwin'. This was getting caught in the Windows clause looking for 'win'.

Also, on a Mac, the file is 'libssl.dylib' rather than 'libssl.so'.