1Conan / tsschecker

a powerful tool to check tss signing status of various devices and firmwares
GNU Lesser General Public License v3.0
60 stars 15 forks source link

don't check for openssl libcrypto by default on Windows #35

Closed DanTheMann15 closed 11 months ago

DanTheMann15 commented 11 months ago

1Conan/tsschecker uses winapi bcrypt for it's hashing functions on Windows so it is unnecessary for configure to check for openssl libcrypto by default on Windows.

Fixes Package requirements (libcrypto >= 1.0) were not met

Configure will only check for openssl libcrypto if you specify --with-libcrypto or it'll still be default if you are using a non-Windows/Mac platform (e.g Linux).

Tested on MSYS2 Mingw64 without openssl installed and was able to fully build tsschecker and dependencies with no trouble whatsoever.