* Make sure libressl is loaded correctly. Patch from Zeljko.

(cherry picked from commit ab827e233f)
This commit is contained in:
Michaël Van Canneyt 2024-06-08 09:21:50 +02:00
parent 823a6d23d7
commit ece914d007

View File

@ -5827,7 +5827,7 @@ begin
Result:=LoadLibreSSL;
if not Result then
Result:=LoadOpenSSL;
if (Not Result) and (LibreSSLSupport=lssFirst) then
if (Not Result) and (LibreSSLSupport=lssLast) then
Result:=LoadLibreSSL;
{$ENDIF}
end;