Where to find definitions of certain functions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> grep -r ASN1_TIME\( ~/openssl/openssl/
> /home/ajay/openssl/openssl/crypto/asn1/a_time.c:int i2d_ASN1_TIME(ASN1_TIME *a, unsigned char **pp)

> How to search for such symbols in the cloned source-code?

Much of the ASN1 data structures are created by macros and it will not be immediately obvious to newcomers how it works.

Your best bet is to use "nm -o" on the library and find the file, and then work backward from there.



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux