Ted Unangst <[email protected]> wrote: > Theo de Raadt wrote: > > Isn't something like better -- to avoid marshalling code to convert > > arguments -> array? > > this requires mixing declarations and code, but all our compilers are c99 > compliant now, and this does make ca_system simpler.
I dislike mixing decl and code, but this is a special case where I hate the marshalling code more.
