> Why pass a reference?  C has been able to pass&return aggregate types since
> v7 :)
Because *that* would *definitely* have impact on *a lot* of things. Pass
by value is an option only if you reimplement all function dealing with
whitened parameter to callback functions. I mean if you want to stick to
void *, then pass by reference is the only (ANSI compliant) option.

Andy.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to