mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 21:28:03 +02:00
* Make sure libressl is loaded correctly. Patch from Zeljko.
(cherry picked from commit ab827e233f
)
This commit is contained in:
parent
823a6d23d7
commit
ece914d007
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user