1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-21 08:45:06 -05:00

Simba: SSL Support for GetPage.

This commit is contained in:
John P (Dgby714) 2011-03-15 21:05:23 -04:00
parent eca61a857f
commit 734ed9d1a4

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;