Browse Source

UPD: Use winssl under Windows

Alexander Koblov 10 năm trước cách đây
mục cha
commit
ead110f133
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}