FIX: FTP - Don't load GnuTLS library when other already used

(cherry picked from commit 0c25b15d41)
This commit is contained in:
Alexander Koblov 2023-11-16 19:12:29 +03:00
commit d3e8389906

View file

@ -364,7 +364,7 @@ end;
{==============================================================================}
initialization
if InitSSLInterface then
if (SSLImplementation = TSSLNone) and InitSSLInterface then
SSLImplementation := TSSLGnuTLS;
end.