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:
parent
eca61a857f
commit
734ed9d1a4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user