]> gitweb.factorcode.org Git - factor.git/commit
openssl: use proper DLL names for Windows
authorBenjamin Pollack <benjamin@bitquabit.com>
Mon, 3 Apr 2023 17:11:23 +0000 (13:11 -0400)
committerBenjamin Pollack <benjamin@bitquabit.com>
Mon, 3 Apr 2023 17:11:23 +0000 (13:11 -0400)
commitff19ec470d485c97a7240cf21d477d84b4c59949
tree1d6a15bb024ff4c188d09caa56f5f2f4ab8ace4b
parentccdc8f349cb59a891f1ead5790f5536aa9b6cd08
openssl: use proper DLL names for Windows

The preferred DLL name for OpenSSL appears to have pivoted to be
"libssl-3-<platform>.dll" at some point, and likewise for libcrypto.
We need to look for them with the new name; otherwise, we end up
needing two separate copies of libcrypto with slightly different names
to avoid giving ourselves DLL hell.
basis/openssl/libcrypto/libcrypto.factor
basis/openssl/libssl/libssl.factor