Merge branch 'master' into cts-rework

This commit is contained in:
Merlijn Wajer 2011-06-28 22:10:02 +02:00
commit 37183f5fd0
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ unit internets;
interface
uses
Classes, SysUtils, httpsend, blcksock, MufasaTypes, math;
Classes, SysUtils, httpsend, blcksock, MufasaTypes, math, ssl_openssl;
function GetPage(URL: String): String;

View File

@ -85,7 +85,7 @@ uses
Classes,
synafpc,
{$IFNDEF MSWINDOWS}
Libc, SysUtils;
SysUtils;
{$ELSE}
Windows;
{$ENDIF}