Browse Source

UPD: Use winssl under Windows

Alexander Koblov 10 years ago
parent
commit
ead110f133
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/wfx/ftp/src/ftputils.pas

+ 1 - 1
plugins/wfx/ftp/src/ftputils.pas

@@ -91,7 +91,7 @@ implementation
 uses
   Base64
   {$IFDEF MSWINDOWS}
-  , Windows
+  , Windows, ssl_winssl_lib
   {$ELSE}
   , UnixUtil
   {$ENDIF}