Open jpluimers opened 5 years ago
It wasn't clear if you just wanted the name of the library included or the path to the library with the name? On other platforms, the library is statically linked and GetProcAddress() is not used. Also the new version of this will be entirely dynamically linked and not use GetProcAddress() at all. We could include a library name though.
Current code in Grijjy.OpenSSL.API does not include the name of the DLL:
Even the short name of the DLL will make it hard to find why it fails: only the full name will give enough context on why it does not load.
(I will make a pull request for this later)