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:
geby 2022-05-16 18:03:33 +00:00
parent a1b9e7b9ed
commit 4edfd621d3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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