소스 검색

UPD: Use winssl under Windows

Alexander Koblov 10 년 전
부모
커밋
ead110f133
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}