Complied under Delphi XE7, it gives these warnings.
[dcc32 Warning] ssl_err.pas(131): W1057 Implicit string cast from 'AnsiChar' to
'string'
[dcc32 Warning] ssl_bio.pas(265): W1035 Return value of function
'BIO_get_mem_data' might be undefined
[dcc32 Warning] ssl_util.pas(90): W1000 Symbol 'UnicodeToUtf8' is deprecated
[dcc32 Warning] ssl_util.pas(95): W1057 Implicit string cast from 'AnsiChar' to
'string'
[dcc32 Warning] ssl_util.pas(98): W1057 Implicit string cast from 'AnsiChar' to
'string'
[dcc32 Warning] ssl_util.pas(101): W1057 Implicit string cast from 'AnsiChar'
to 'string'
[dcc32 Warning] ssl_util.pas(115): W1058 Implicit string cast with potential
data loss from 'string' to 'AnsiString'
[dcc32 Hint] ssl_util.pas(111): H2164 Variable '_in' is declared but never used
in 'StringToASN1'
[dcc32 Warning] ssl_util.pas(156): W1057 Implicit string cast from 'AnsiChar'
to 'string'
[dcc32 Hint] ssl_util.pas(154): H2077 Value assigned to 'len' never used
[dcc32 Warning] ssl_util.pas(154): W1036 Variable 'buf' might not have been
initialized
[dcc32 Hint] ssl_util.pas(170): H2164 Variable 'FS' is declared but never used
in 'GeneralizedTimeToDateTime'
[dcc32 Warning] ssl_util.pas(186): W1057 Implicit string cast from 'AnsiChar'
to 'string'
Regards.
Original issue reported on code.google.com by
hafedh.t...@gmail.comon 12 Nov 2014 at 10:45