|
@@ -365,9 +365,8 @@ Function EncodeURLElement(S : String) : String;
|
|
Function DecodeURLElement(Const S : String) : String;
|
|
Function DecodeURLElement(Const S : String) : String;
|
|
|
|
|
|
implementation
|
|
implementation
|
|
-{$if not defined(hasamiga)}
|
|
|
|
|
|
+
|
|
uses sslsockets;
|
|
uses sslsockets;
|
|
-{$endif}
|
|
|
|
|
|
|
|
resourcestring
|
|
resourcestring
|
|
SErrInvalidProtocol = 'Invalid protocol : "%s"';
|
|
SErrInvalidProtocol = 'Invalid protocol : "%s"';
|