CodePudding user response:
In delphi2010 directory to find the source, Indy, Indy10, separate Protocols \ IdSSLOpenSSL pas files,Drag a TIdServerIOHandlerSSLOpenSSL controls (also can be in form, and then CTRL + left mouse button in the code directly into the source file)
At the beginning of the file within the unit has annotated the indy under what's version of ssleay32. DLL
For example here is Delphi 2009 own indy 10.2.5 need ssleay32. DLL
The unit IdSSLOpenSSL;
{
Author: Gregor Ibic ([email protected])
Copyright: (c) Gregor Ibic, Intelicom D.O.O and Indy Working Group.
}
{
Indy OpenSSL now USES the standard OpenSSL libraries
For the pre - compiled win32 DLLS, see:
http://www.openssl.org/related/binaries.html
It v0.9.8 or later//it is recommended to use a v0.0.8 a or higher
}
,,,,,,,,,
CodePudding user response:
Upstairs, I saw the IdSSLOpenSSL pas, is it v0.9.8 a or laterBut also not ah, prompt the version number is not attached, don't want special compiled version? Do you have the two DLL?