mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 02:48:07 +02:00
parent
022c4dded2
commit
aa5b2bb027
@ -16,5 +16,8 @@ begin
|
||||
Writeln('Load ',Bools[B],', missing functions: ');
|
||||
if OpenSSL_unavailable_functions<>'' then
|
||||
Writeln(OpenSSL_unavailable_functions);
|
||||
if b then
|
||||
writeln('Version : ',OpenSSLGetVersion(0));
|
||||
|
||||
end.
|
||||
|
||||
|
@ -1150,7 +1150,7 @@ var
|
||||
function EvpPkeyAssign(pkey: PEVP_PKEY; _type: cInt; key: Prsa): cInt;
|
||||
function EvpGetDigestByName(Name: String): PEVP_MD;
|
||||
procedure EVPcleanup;
|
||||
function SSLeayversion(t: cInt): string;
|
||||
function SSLeayversion(t: cInt): string; deprecated 'For 1.1+ use OpenSSL_version';
|
||||
procedure ErrErrorString(e: cInt; var buf: string; len: cInt);
|
||||
function ErrGetError: cInt;
|
||||
procedure ErrClearError;
|
||||
|
Loading…
Reference in New Issue
Block a user