mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 14:59:15 +02:00
components/wiki: Fix usage of ssl in wikiget
This commit is contained in:
parent
3a251be1c8
commit
6b286401a1
@ -36,7 +36,13 @@ uses
|
|||||||
// CodeTools
|
// CodeTools
|
||||||
CodeToolsStructs,
|
CodeToolsStructs,
|
||||||
// Wiki
|
// Wiki
|
||||||
fphttpclient, HTTPDefs,
|
fphttpclient,HTTPDefs,
|
||||||
|
{$IF FPC_FULLVERSION >= 30200}
|
||||||
|
opensslsockets,
|
||||||
|
{$ELSE}
|
||||||
|
fpopenssl,
|
||||||
|
openssl,
|
||||||
|
{$ENDIF}
|
||||||
WikiParser, WikiFormat;
|
WikiParser, WikiFormat;
|
||||||
|
|
||||||
const
|
const
|
||||||
|
Loading…
Reference in New Issue
Block a user