cocagne / pysrp

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

Use libssl.so.1.1 #46

Closed fupduck closed 3 years ago

fupduck commented 3 years ago

Building with libssl.so.1.0 fails since adding BN_set_flags import. (Tested on arch with libssl 1.0.2) To ensure libssl 1.1 is used update the imports.

libssl.sl.10 has been removed as Ubuntu etc now seem to use the libssl.so.1.1 naming convention. [1]

[1] https://packages.ubuntu.com/bionic/amd64/libssl1.1/filelist