ssl_openssl.pas and ssl_openssl11.pas are deprecated now. Use ssl_openssl3.pas instead.
git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@265 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
parent
a1b9e7b9ed
commit
4edfd621d3
@ -86,7 +86,7 @@ accepting of new connections!
|
||||
{$WARN IMPLICIT_STRING_CAST_LOSS OFF}
|
||||
{$ENDIF}
|
||||
|
||||
unit ssl_openssl;
|
||||
unit ssl_openssl{$IFDEF SUPPORTS_DEPRECATED} deprecated{$IFDEF SUPPORTS_DEPRECATED_DETAILS} 'Use ssl_openssl3 with OpenSSL 3.0 instead'{$ENDIF}{$ENDIF};
|
||||
|
||||
interface
|
||||
|
||||
|
@ -82,7 +82,7 @@ accepting of new connections!
|
||||
{$WARN IMPLICIT_STRING_CAST_LOSS OFF}
|
||||
{$ENDIF}
|
||||
|
||||
unit ssl_openssl11;
|
||||
unit ssl_openssl11{$IFDEF SUPPORTS_DEPRECATED} deprecated{$IFDEF SUPPORTS_DEPRECATED_DETAILS} 'Use ssl_openssl3 with OpenSSL 3.0 instead'{$ENDIF}{$ENDIF};
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user