ソースを参照

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

Michaël Van Canneyt 1 年間 前
コミット
ab827e233f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/openssl/src/openssl.pas

+ 1 - 1
packages/openssl/src/openssl.pas

@@ -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;