Re: [CRYPTO] Windows help finding OpenSSL library location

2023-11-05 Thread sebb
Managed to find the library using GH after all. It seems that Windows installs all the libraries in the same SYSTEM directory, using a version suffix for non-default ones. e.g. the default is libcrypto.dll, whereas an additional one might be libcrypto-1_1-x84.dll. [I'm working on updates to the c

[CRYPTO] Windows help finding OpenSSL library location

2023-11-01 Thread sebb
I don't currently have ready access to a Windows host, and have so far failed to find the correct setting of jn[ai].library.path required to cause OpenSSL to be loaded rather than the default which seems to be LibreSSL. So if anyone with Windows and OpenSSL 1.1.x can help that would be great! The