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

This commit is contained in:
Michaël Van Canneyt 2024-06-08 09:21:50 +02:00
parent f2bcf407f3
commit ab827e233f

View File

@ -5839,7 +5839,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;