Galera...não to conseguindo compilar os fontes do acbr...ta dando um erro
[dcc32 Error] httpsend.pas(356): E2003 Undeclared identifier: 'SNIHost'
nessa linha:
if needssl then
begin
if (FSock.SSL.SNIHost='') then
FSock.SSL.SNIHost:=FTargetHost;
FSock.SSLDoConnect;
FSock.SSL.SNIHost:=''; //don't need it anymore and don't wan't to reuse it in next connection
if FSock.LastError <> 0 then
Exit;
end;