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