mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Drop SSL2 in WinSSL
This commit is contained in:
parent
c2da649cb2
commit
c868c6bb8c
1 changed files with 1 additions and 1 deletions
|
|
@ -851,7 +851,7 @@ end;
|
|||
|
||||
function SSLv23_method(): PSSL_METHOD; cdecl;
|
||||
begin
|
||||
Result:= PSSL_METHOD(SP_PROT_SSL2 or SP_PROT_SSL3 or SP_PROT_TLS1);
|
||||
Result:= PSSL_METHOD(SP_PROT_SSL3 or SP_PROT_TLS1 or SP_PROT_TLS1_1);
|
||||
end;
|
||||
|
||||
function SSLv2_method(): PSSL_METHOD; cdecl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue