mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 01:02:17 -05:00
Simba: SSL Support for GetPage.
This commit is contained in:
parent
eca61a857f
commit
734ed9d1a4
@ -5,7 +5,7 @@ unit internets;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, httpsend, blcksock, MufasaTypes, math;
|
Classes, SysUtils, httpsend, blcksock, MufasaTypes, math, ssl_openssl;
|
||||||
|
|
||||||
function GetPage(URL: String): String;
|
function GetPage(URL: String): String;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user