mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
parent
44cda40bca
commit
4b5159b623
2 changed files with 10 additions and 1 deletions
|
|
@ -286,6 +286,15 @@ Index: ssl_openssl_lib.pas
|
|||
// libeay.dll
|
||||
function X509New: PX509;
|
||||
begin
|
||||
@@ -1924,7 +1955,7 @@
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
-function GetLibFileName(Handle: THandle): string;
|
||||
+function GetLibFileName(Handle: TLibHandle): string;
|
||||
var
|
||||
n: integer;
|
||||
begin
|
||||
@@ -2022,6 +2053,9 @@
|
||||
_SslGetVerifyResult := GetProcAddr(SSLLibHandle, 'SSL_get_verify_result');
|
||||
_SslCtrl := GetProcAddr(SSLLibHandle, 'SSL_ctrl');
|
||||
|
|
|
|||
|
|
@ -1955,7 +1955,7 @@ begin
|
|||
{$ENDIF}
|
||||
end;
|
||||
|
||||
function GetLibFileName(Handle: THandle): string;
|
||||
function GetLibFileName(Handle: TLibHandle): string;
|
||||
var
|
||||
n: integer;
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue