Ahh, I misunderstood what you meant by macros.
I thought you meant things like:
#define sk_X509_push(sk, v) \
        sk_push((stack*)sk, (char*)v)
Which is, of course, sub-optimal. Having a bunch of
one-line wrapper functions isn't unreasonable.

On the other hand, since stack.[ch] are so small,
perhaps you should just turn stack.c into a set
of #define's?

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

Reply via email to