> structure itself.  I'd do a malloc(size_of_mutex() + sizeof(RSA)) and
> return a pointer to the RSA part of that blob.  I haven't thought
> through everything yet.

You can't do that; pthreads, for example, often implement the mutex as an
opaque pointers.

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

Reply via email to