You are not logged in.
Hey ab,
is it possible to control with mormot from which location openssl is loaded?
Maybe there is a switch or option to change the location.
I want to load the libs from the current directory.
Thank you for your help!
Best Regards
Mo
Offline
AFAICT OpenSslInitialize() in mormot.lib.openssl11 is trying first the executable folder first, before from the system.
You can force another directory using the global OpenSslDefaultPath variable.
Offline