Welcome, Guest
Username: Password: Remember me
Components and Libraries for Networking Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

About TIdSSLIOHandlerSocketOpenSSL 10 years 6 months ago #4637

  • yufeng1977
  • yufeng1977's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 1
  • Thank you received: 1
I not find the component TIdSSLIOHandlerSocketOpenSSL,

en, i search indy source, i find reason.

open C:\codetyphon\typhon\components\pl_Indy\pl_indycomp.lpk,modify All_Indy_Reg.pas,at line 412,modify {$IFDEF USEOPENSSL} to {$IFDEF USE_OPENSSL},and then install this package.
The following user(s) said Thank You: 4aiman

Please Log in or Create an account to join the conversation.

About TIdSSLIOHandlerSocketOpenSSL 10 years 6 months ago #4638

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Thanks Sir
we fix-it
in All_Indy_Reg.pas replace
{$IFDEF USEOPENSSL}=>{$IFDEF USE_OPENSSL}
{$IFDEF USEZLIBUNIT}=>{$IFDEF USE_ZLIB_UNIT}
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.
  • Page:
  • 1