I made an application that uses the openssl dlls (libeay32.dll and ssleay32.dll). It is indy using them, I don\'t call the dlls directly.
libeay32.dll
ssleay32.dll
T
If you are using an up-to-date version of Indy 10, the IdSSLOpenSSLHeaders unit has a public IdOpenSSLSetLibPath() function to tell Indy which custom folder to look in for the OpenSSL DLLs:
IdSSLOpenSSLHeaders
IdOpenSSLSetLibPath()
procedure IdOpenSSLSetLibPath(const APath: String);