[AWS] Building AWS 1.3 with Gnat 3.14p

Preben Randhol randhol@pvv.org
Fri, 28 Mar 2003 15:06:50 +0100


"Alejandro. R. Mosteo Chagoyen" <alejandro@mosteo.com> wrote on 28/03/2003 (15:04) :
> 
> I'm not 100% certain if that's the cause, but the Dynamic_tables /
> Table packages from Gnat have not the Append function in 3.14p, but
> they are in 3.15p.
> 
> It's a simple replacement, if you want to try to patch it. Instead of
> Append, you must enlarge the table by one position and assign to the
> last. I've done that in the past in a project of mine for a time where
> developping in two different computers, one with 3.14 and other with
> 3.15

I see, thanks!

At the moment I'm most interested in the SSL bit of AWS so I'll read
this code and the documentation on OpenSSL first.

Preben