mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: FTP - Don't load GnuTLS library when other already used
(cherry picked from commit 0c25b15d41)
This commit is contained in:
parent
445c2dcb63
commit
d3e8389906
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ end;
|
|||
{==============================================================================}
|
||||
|
||||
initialization
|
||||
if InitSSLInterface then
|
||||
if (SSLImplementation = TSSLNone) and InitSSLInterface then
|
||||
SSLImplementation := TSSLGnuTLS;
|
||||
|
||||
end.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue