> I prefer this anyway since the load errors don't raise somewhere
> but where I can handle them easily:   

I also log the SSL version and directory at the point, since multiple SSL
DLLs may be available on the PC and like to know the expected versions
are being used: 

MySslContext.InitContext; 
AddLogLine ('SSL Version: ' + 
    OpenSslVersion + ', Dir: ' + GLIBEAY_DLL_FileName) ; 
 
Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to