Hi,

I frequently have trouble finding function definitions in the crypt
library
e.g. this time I need to take a look at d2i_X509 (e.g. as used by
PEM_read_X509 
to reference the conversion function)

I've done a "grep -r "d2i_X509" * on the whole crypt source but can't
seem to find the function definition. Is is a macro or something?
Shouldn't I be able to find it somewhere (how does the linker do it?)
How do I find out what code is actually executed when it is called. (I
guess it will eventuall be d2i_X509_BIO but I can't make the connection)

If you have any tips, hints on how to locate it please let me know

Thanks a lot

Markus

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

Reply via email to