* Merging revisions 42867 from trunk:

------------------------------------------------------------------------
    r42867 | michael | 2019-08-29 08:44:01 +0200 (Thu, 29 Aug 2019) | 1 line
    
    Fix bug ID #36023, deprecate sslleay
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@42868 -
This commit is contained in:
michael 2019-08-29 06:45:00 +00:00
parent f6681cb340
commit 7e962b39e2
2 changed files with 4 additions and 1 deletions

View File

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

View File

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