IdServerIOHandlerSSLOpenSSL.pas 476 B

123456789101112131415161718192021222324252627
  1. {
  2. $Project$
  3. $Workfile$
  4. $Revision$
  5. $DateUTC$
  6. $Id$
  7. This file is part of the Indy (Internet Direct) project, and is offered
  8. under the dual-licensing agreement described on the Indy website.
  9. (http://www.indyproject.org/)
  10. Copyright:
  11. (c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All rights reserved.
  12. }
  13. {
  14. $Log$
  15. }
  16. {
  17. Classes are now located in IdSSLOpenSSL
  18. }
  19. unit IdServerIOHandlerSSLOpenSSL;
  20. interface
  21. implementation
  22. end.